Uses of Class
com.microsoft.azure.management.resources.SubscriptionState
-
Packages that use SubscriptionState Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient. -
-
Uses of SubscriptionState in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return SubscriptionState Modifier and Type Method Description static SubscriptionStateSubscriptionState. fromString(String value)Parses a serialized value to a SubscriptionState instance.SubscriptionStateSubscription. state()static SubscriptionStateSubscriptionState. valueOf(String name)Returns the enum constant of this type with the specified name.static SubscriptionState[]SubscriptionState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-