你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IKustoIdentity Interface

Definition

[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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to