Uses of Class
com.azure.resourcemanager.resources.models.SubscriptionState
-
Packages that use SubscriptionState Package Description com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient.com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of SubscriptionState in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return SubscriptionState Modifier and Type Method Description SubscriptionStateSubscriptionInner. state()Get the state property: The subscription state. -
Uses of SubscriptionState in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models 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.
-