Uses of Class
com.azure.resourcemanager.loganalytics.models.UserIdentityProperties
Packages that use UserIdentityProperties
Package
Description
Package containing the data models for LogAnalytics.
-
Uses of UserIdentityProperties in com.azure.resourcemanager.loganalytics.models
Classes in com.azure.resourcemanager.loganalytics.models that implement interfaces with type arguments of type UserIdentityPropertiesModifier and TypeClassDescriptionfinal classUser assigned identity properties.Methods in com.azure.resourcemanager.loganalytics.models that return UserIdentityPropertiesModifier and TypeMethodDescriptionstatic UserIdentityPropertiesUserIdentityProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserIdentityProperties from the JsonReader.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type UserIdentityPropertiesModifier and TypeMethodDescriptionIdentity.userAssignedIdentities()Get the userAssignedIdentities property: The list of user identities associated with the resource.Method parameters in com.azure.resourcemanager.loganalytics.models with type arguments of type UserIdentityPropertiesModifier and TypeMethodDescriptionIdentity.withUserAssignedIdentities(Map<String, UserIdentityProperties> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the resource.