Uses of Class
com.microsoft.azure.toolkit.lib.legacy.appservice.DeploymentType
-
Packages that use DeploymentType Package Description com.microsoft.azure.toolkit.lib.legacy.appservice -
-
Uses of DeploymentType in com.microsoft.azure.toolkit.lib.legacy.appservice
Methods in com.microsoft.azure.toolkit.lib.legacy.appservice that return DeploymentType Modifier and Type Method Description static DeploymentTypeDeploymentType. fromString(String input)static DeploymentTypeDeploymentType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentType[]DeploymentType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-