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

KustoIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.KustoIdentityTypeConverter))]
public class KustoIdentity : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.KustoIdentityTypeConverter))>]
type KustoIdentity = class
    interface IKustoIdentity
    interface IJsonSerializable
Public Class KustoIdentity
Implements IKustoIdentity
Inheritance
KustoIdentity
Attributes
Implements

Constructors

KustoIdentity()

Creates an new KustoIdentity instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KustoIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KustoIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity.

FromJsonString(String)

Creates a new instance of KustoIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of KustoIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to