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