Uses of Class
com.azure.resourcemanager.loganalytics.models.Identity
Packages that use Identity
Package
Description
Package containing the inner data models for LogAnalytics.
Package containing the data models for LogAnalytics.
-
Uses of Identity in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return IdentityModifier and TypeMethodDescriptionWorkspaceInner.identity()Get the identity property: The identity of the resource.Methods in com.azure.resourcemanager.loganalytics.fluent.models with parameters of type IdentityModifier and TypeMethodDescriptionWorkspaceInner.withIdentity(Identity identity) Set the identity property: The identity of the resource. -
Uses of Identity in com.azure.resourcemanager.loganalytics.models
Classes in com.azure.resourcemanager.loganalytics.models that implement interfaces with type arguments of type IdentityMethods in com.azure.resourcemanager.loganalytics.models that return IdentityModifier and TypeMethodDescriptionstatic IdentityIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Identity from the JsonReader.Workspace.identity()Gets the identity property: The identity of the resource.WorkspacePatch.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 TypeMethodDescriptionWorkspace.DefinitionStages.WithIdentity.withIdentity(Identity identity) Specifies the identity property: The identity of the resource..Workspace.UpdateStages.WithIdentity.withIdentity(Identity identity) Specifies the identity property: The identity of the resource..WorkspacePatch.withIdentity(Identity identity) Set the identity property: The identity of the resource.