你当前正在访问 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

Azure location (region) name.

ManagedPrivateEndpointName

The name of the managed private endpoint.

OperationId

The Guid of the operation ID

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 containing the Kusto cluster.

SandboxCustomImageName
ScriptName

The name of the Kusto database script.

SubscriptionId

Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to