Uses of Enum
com.azure.resourcemanager.eventhubs.models.UnavailableReason
Packages that use UnavailableReason
Package
Description
Package containing the inner data models for EventHubManagementClient.
Package containing the data models for EventHubManagementClient.
-
Uses of UnavailableReason in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return UnavailableReasonModifier and TypeMethodDescriptionCheckNameAvailabilityResultInner.reason()Get the reason property: The reason for unavailability of a Namespace.Methods in com.azure.resourcemanager.eventhubs.fluent.models with parameters of type UnavailableReasonModifier and TypeMethodDescriptionCheckNameAvailabilityResultInner.withReason(UnavailableReason reason) Set the reason property: The reason for unavailability of a Namespace. -
Uses of UnavailableReason in com.azure.resourcemanager.eventhubs.models
Subclasses with type arguments of type UnavailableReason in com.azure.resourcemanager.eventhubs.modelsModifier and TypeClassDescriptionenumSpecifies the reason for the unavailability of the service.Methods in com.azure.resourcemanager.eventhubs.models that return UnavailableReasonModifier and TypeMethodDescriptionstatic UnavailableReasonUnavailableReason.fromString(String value) Parses a serialized value to a UnavailableReason instance.static UnavailableReasonReturns the enum constant of this type with the specified name.static UnavailableReason[]UnavailableReason.values()Returns an array containing the constants of this enum type, in the order they are declared.