Compartir a través de


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

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

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