Uses of Enum
com.azure.resourcemanager.eventhubs.models.CaptureIdentityType
Packages that use CaptureIdentityType
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of CaptureIdentityType in com.azure.resourcemanager.eventhubs.models
Methods in com.azure.resourcemanager.eventhubs.models that return CaptureIdentityTypeModifier and TypeMethodDescriptionstatic CaptureIdentityTypeCaptureIdentityType.fromString(String value) Parses a serialized value to a CaptureIdentityType instance.CaptureIdentity.type()Get the type property: Type of Azure Active Directory Managed Identity.static CaptureIdentityTypeReturns the enum constant of this type with the specified name.static CaptureIdentityType[]CaptureIdentityType.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 CaptureIdentityTypeModifier and TypeMethodDescriptionCaptureIdentity.withType(CaptureIdentityType type) Set the type property: Type of Azure Active Directory Managed Identity.