Uses of Class
com.azure.resourcemanager.storage.models.State
-
Packages that use State Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of State in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as State Modifier and Type Field Description static StateState. DEPROVISIONINGStatic value Deprovisioning for State.static StateState. FAILEDStatic value Failed for State.static StateState. NETWORK_SOURCE_DELETEDStatic value NetworkSourceDeleted for State.static StateState. PROVISIONINGStatic value Provisioning for State.static StateState. SUCCEEDEDStatic value Succeeded for State.Methods in com.azure.resourcemanager.storage.models that return State Modifier and Type Method Description static StateState. fromString(String name)Creates or finds a State from its string representation.StateVirtualNetworkRule. state()Get the state property: Gets the state of virtual network rule.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type State Modifier and Type Method Description static Collection<State>State. values()Methods in com.azure.resourcemanager.storage.models with parameters of type State Modifier and Type Method Description VirtualNetworkRuleVirtualNetworkRule. withState(State state)Set the state property: Gets the state of virtual network rule.
-