Uses of Enum Class
com.microsoft.azure.management.resources.DeploymentMode
Package
Description
This package contains the classes for ResourceManagementClient.
-
Uses of DeploymentMode in com.microsoft.azure.management.resources
Modifier and TypeMethodDescriptionstatic DeploymentMode
DeploymentMode.fromString
(String value) Parses a serialized value to a DeploymentMode instance.Deployment.mode()
DeploymentProperties.mode()
Get the mode that is used to deploy resources.DeploymentPropertiesExtended.mode()
Get the deployment mode.static DeploymentMode
Returns the enum constant of this class with the specified name.static DeploymentMode[]
DeploymentMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDeployment.DefinitionStages.WithMode.withMode
(DeploymentMode mode) Specifies the deployment mode.Deployment.UpdateStages.WithMode.withMode
(DeploymentMode mode) Specifies the deployment mode.DeploymentProperties.withMode
(DeploymentMode mode) Set the mode that is used to deploy resources.