Uses of Class
com.microsoft.azure.management.eventhub.EntityStatus
-
-
Uses of EntityStatus in com.microsoft.azure.management.eventhub
Methods in com.microsoft.azure.management.eventhub that return EntityStatus Modifier and Type Method Description static EntityStatusEntityStatus. fromString(String value)Parses a serialized value to a EntityStatus instance.static EntityStatusEntityStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityStatus[]EntityStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-