Uses of Class
com.microsoft.azure.management.eventhub.UnavailableReason
-
-
Uses of UnavailableReason in com.microsoft.azure.management.eventhub
Methods in com.microsoft.azure.management.eventhub that return UnavailableReason Modifier and Type Method Description static UnavailableReasonUnavailableReason. fromString(String value)Parses a serialized value to a UnavailableReason instance.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.
-