Uses of Class
com.azure.resourcemanager.servicebus.models.UserAssignedIdentityProperties
Packages that use UserAssignedIdentityProperties
Package
Description
Package containing the data models for ServiceBusManagementClient.
-
Uses of UserAssignedIdentityProperties in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return UserAssignedIdentityPropertiesModifier and TypeMethodDescriptionUserAssignedIdentityProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserAssignedIdentityProperties from the JsonReader.KeyVaultProperties.identity()Get the identity property: The identity property.UserAssignedIdentityProperties.withUserAssignedIdentity(String userAssignedIdentity) Set the userAssignedIdentity property: ARM ID of user Identity selected for encryption.Methods in com.azure.resourcemanager.servicebus.models with parameters of type UserAssignedIdentityPropertiesModifier and TypeMethodDescriptionKeyVaultProperties.withIdentity(UserAssignedIdentityProperties identity) Set the identity property: The identity property.