Uses of Class
com.azure.resourcemanager.apimanagement.models.UserIdentityProperties
Packages that use UserIdentityProperties
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of UserIdentityProperties in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return UserIdentityPropertiesModifier and TypeMethodDescriptionstatic UserIdentityPropertiesUserIdentityProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserIdentityProperties from the JsonReader.UserIdentityProperties.withClientId(String clientId) Set the clientId property: The client id of user assigned identity.UserIdentityProperties.withPrincipalId(String principalId) Set the principalId property: The principal id of user assigned identity.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type UserIdentityPropertiesModifier and TypeMethodDescriptionApiManagementServiceIdentity.userAssignedIdentities()Get the userAssignedIdentities property: The list of user identities associated with the resource.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type UserIdentityPropertiesModifier and TypeMethodDescriptionApiManagementServiceIdentity.withUserAssignedIdentities(Map<String, UserIdentityProperties> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the resource.