Uses of Class
com.azure.resourcemanager.kusto.models.Identity
Package
Description
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of Identity in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionClusterInner.identity()
Get the identity property: The identity of the cluster, if configured.Modifier and TypeMethodDescriptionClusterInner.withIdentity
(Identity identity) Set the identity property: The identity of the cluster, if configured. -
Uses of Identity in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionCluster.identity()
Gets the identity property: The identity of the cluster, if configured.ClusterUpdate.identity()
Get the identity property: The identity of the cluster, if configured.Identity.withType
(IdentityType type) Set the type property: The type of managed identity used.Identity.withUserAssignedIdentities
(Map<String, IdentityUserAssignedIdentities> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the Kusto cluster.Modifier and TypeMethodDescriptionCluster.DefinitionStages.WithIdentity.withIdentity
(Identity identity) Specifies the identity property: The identity of the cluster, if configured..Cluster.UpdateStages.WithIdentity.withIdentity
(Identity identity) Specifies the identity property: The identity of the cluster, if configured..ClusterUpdate.withIdentity
(Identity identity) Set the identity property: The identity of the cluster, if configured.