Uses of Class
com.azure.resourcemanager.loganalytics.models.Identity
Packages that use Identity
Package
Description
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of Identity in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return IdentityModifier and TypeMethodDescriptionClusterInner.identity()Get the identity property: The identity of the resource.Methods in com.azure.resourcemanager.loganalytics.fluent.models with parameters of type IdentityModifier and TypeMethodDescriptionClusterInner.withIdentity(Identity identity) Set the identity property: The identity of the resource. -
Uses of Identity in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return IdentityModifier and TypeMethodDescriptionCluster.identity()Gets the identity property: The identity of the resource.ClusterPatch.identity()Get the identity property: The identity of the resource.Identity.withType(IdentityType type) Set the type property: Type of managed service identity.Identity.withUserAssignedIdentities(Map<String, UserIdentityProperties> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the resource.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type IdentityModifier and TypeMethodDescriptionCluster.DefinitionStages.WithIdentity.withIdentity(Identity identity) Specifies the identity property: The identity of the resource..Cluster.UpdateStages.WithIdentity.withIdentity(Identity identity) Specifies the identity property: The identity of the resource..ClusterPatch.withIdentity(Identity identity) Set the identity property: The identity of the resource.