Uses of Enum
com.azure.resourcemanager.eventhubs.models.ManagedServiceIdentityType
Packages that use ManagedServiceIdentityType
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of ManagedServiceIdentityType in com.azure.resourcemanager.eventhubs.models
Methods in com.azure.resourcemanager.eventhubs.models that return ManagedServiceIdentityTypeModifier and TypeMethodDescriptionstatic ManagedServiceIdentityTypeManagedServiceIdentityType.fromString(String value) Parses a serialized value to a ManagedServiceIdentityType instance.Identity.type()Get the type property: Type of managed service identity.static ManagedServiceIdentityTypeReturns the enum constant of this type with the specified name.static ManagedServiceIdentityType[]ManagedServiceIdentityType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.eventhubs.models with parameters of type ManagedServiceIdentityTypeModifier and TypeMethodDescriptionIdentity.withType(ManagedServiceIdentityType type) Set the type property: Type of managed service identity.