Uses of Class
com.azure.resourcemanager.servicebus.models.UnavailableReason
-
Packages that use UnavailableReason Package Description com.azure.resourcemanager.servicebus.fluent.models Package containing the inner data models for ServiceBusManagementClient.com.azure.resourcemanager.servicebus.models Package containing the data models for ServiceBusManagementClient. -
-
Uses of UnavailableReason in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return UnavailableReason Modifier and Type Method Description UnavailableReasonCheckNameAvailabilityResultInner. reason()Get the reason property: The reason for unavailability of a namespace.Methods in com.azure.resourcemanager.servicebus.fluent.models with parameters of type UnavailableReason Modifier and Type Method Description CheckNameAvailabilityResultInnerCheckNameAvailabilityResultInner. withReason(UnavailableReason reason)Set the reason property: The reason for unavailability of a namespace. -
Uses of UnavailableReason in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return UnavailableReason Modifier and Type Method Description static UnavailableReasonUnavailableReason. fromString(String value)Parses a serialized value to a UnavailableReason instance.UnavailableReasonCheckNameAvailabilityResult. unavailabilityReason()static UnavailableReasonUnavailableReason. valueOf(String name)Returns 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.
-