Uses of Class
com.azure.resourcemanager.loganalytics.models.ManagedServiceIdentity
Packages that use ManagedServiceIdentity
Package
Description
Package containing the inner data models for LogAnalytics.
Package containing the data models for LogAnalytics.
-
Uses of ManagedServiceIdentity in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionClusterInner.identity()Get the identity property: The managed service identities assigned to this resource.Methods in com.azure.resourcemanager.loganalytics.fluent.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionClusterInner.withIdentity(ManagedServiceIdentity identity) Set the identity property: The managed service identities assigned to this resource. -
Uses of ManagedServiceIdentity in com.azure.resourcemanager.loganalytics.models
Classes in com.azure.resourcemanager.loganalytics.models that implement interfaces with type arguments of type ManagedServiceIdentityModifier and TypeClassDescriptionfinal classManaged service identity (system assigned and/or user assigned identities).Methods in com.azure.resourcemanager.loganalytics.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionstatic ManagedServiceIdentityManagedServiceIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedServiceIdentity from the JsonReader.Cluster.identity()Gets the identity property: The managed service identities assigned to this resource.ClusterPatch.identity()Get the identity property: Resource's identity.ManagedServiceIdentity.withType(ManagedServiceIdentityType type) Set the type property: The type of managed identity assigned to this resource.ManagedServiceIdentity.withUserAssignedIdentities(Map<String, UserAssignedIdentity> userAssignedIdentities) Set the userAssignedIdentities property: The identities assigned to this resource by the user.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionCluster.DefinitionStages.WithIdentity.withIdentity(ManagedServiceIdentity identity) Specifies the identity property: The managed service identities assigned to this resource..Cluster.UpdateStages.WithIdentity.withIdentity(ManagedServiceIdentity identity) Specifies the identity property: Resource's identity..ClusterPatch.withIdentity(ManagedServiceIdentity identity) Set the identity property: Resource's identity.