Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IKustoIdentity Interface
Definition
- Assembly:
- Az.Kusto.private.dll
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.KustoIdentityTypeConverter))]
public interface IKustoIdentity : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.KustoIdentityTypeConverter))>]
type IKustoIdentity = interface
interface IJsonSerializable
Public Interface IKustoIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AttachedDatabaseConfigurationName |
The name of the attached database configuration. |
| ClusterName |
The name of the Kusto cluster. |
| DatabaseName |
The name of the database in the Kusto cluster. |
| DataConnectionName |
The name of the data connection. |
| Id |
Resource identity path |
| Location |
The name of Azure region. |
| ManagedPrivateEndpointName |
The name of the managed private endpoint. |
| OperationId |
The ID of an ongoing async operation. |
| PrincipalAssignmentName |
The name of the Kusto principalAssignment. |
| PrivateEndpointConnectionName |
The name of the private endpoint connection. |
| PrivateLinkResourceName |
The name of the private link resource. |
| ResourceGroupName |
The name of the resource group. The name is case insensitive. |
| SandboxCustomImageName |
The name of the sandbox custom image. |
| ScriptName |
The name of the Kusto database script. |
| SubscriptionId |
The ID of the target subscription. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
