Uses of Enum
com.azure.resourcemanager.resources.models.DeploymentMode
Packages that use DeploymentMode
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of DeploymentMode in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return DeploymentModeModifier and TypeMethodDescriptionstatic DeploymentModeDeploymentMode.fromString(String value) Parses a serialized value to a DeploymentMode instance.Deployment.mode()DeploymentProperties.mode()Get the mode property: The mode that is used to deploy resources.DeploymentPropertiesExtended.mode()Get the mode property: The deployment mode.static DeploymentModeReturns the enum constant of this type with the specified name.static DeploymentMode[]DeploymentMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.resources.models with parameters of type DeploymentModeModifier 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 property: The mode that is used to deploy resources.DeploymentWhatIfProperties.withMode(DeploymentMode mode) Set the mode property: The mode that is used to deploy resources.