Uses of Class
com.azure.resourcemanager.eventhubs.models.Identity
Packages that use Identity
Package
Description
Package containing the inner data models for EventHubManagementClient.
Package containing the data models for EventHubManagementClient.
-
Uses of Identity in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return IdentityModifier and TypeMethodDescriptionEHNamespaceInner.identity()Get the identity property: Properties of BYOK Identity description.Methods in com.azure.resourcemanager.eventhubs.fluent.models with parameters of type IdentityModifier and TypeMethodDescriptionEHNamespaceInner.withIdentity(Identity identity) Set the identity property: Properties of BYOK Identity description. -
Uses of Identity in com.azure.resourcemanager.eventhubs.models
Classes in com.azure.resourcemanager.eventhubs.models that implement interfaces with type arguments of type IdentityModifier and TypeClassDescriptionfinal classProperties to configure Identity for Bring your Own Keys.Methods in com.azure.resourcemanager.eventhubs.models that return IdentityModifier and TypeMethodDescriptionstatic IdentityIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Identity from the JsonReader.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.