Uses of Class
com.azure.resourcemanager.servicebus.models.Identity
Packages that use Identity
Package
Description
Package containing the inner data models for ServiceBusManagementClient.
Package containing the data models for ServiceBusManagementClient.
-
Uses of Identity in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return IdentityModifier and TypeMethodDescriptionSBNamespaceInner.identity()Get the identity property: Properties of BYOK Identity description.Methods in com.azure.resourcemanager.servicebus.fluent.models with parameters of type IdentityModifier and TypeMethodDescriptionSBNamespaceInner.withIdentity(Identity identity) Set the identity property: Properties of BYOK Identity description. -
Uses of Identity in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return IdentityModifier and TypeMethodDescriptionstatic IdentityIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Identity from the JsonReader.SBNamespaceUpdateParameters.identity()Get the identity property: Properties of BYOK Identity description.Identity.withType(ManagedServiceIdentityType type) Set the type property: Type of managed service identity.Identity.withUserAssignedIdentities(Map<String, UserAssignedIdentity> userAssignedIdentities) Set the userAssignedIdentities property: Properties for User Assigned Identities.Methods in com.azure.resourcemanager.servicebus.models with parameters of type IdentityModifier and TypeMethodDescriptionSBNamespaceUpdateParameters.withIdentity(Identity identity) Set the identity property: Properties of BYOK Identity description.