Uses of Class
com.azure.resourcemanager.resources.models.DeploymentMode
-
Packages that use DeploymentMode Package Description com.azure.resourcemanager.resources.models 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 DeploymentMode Modifier and Type Method Description static DeploymentModeDeploymentMode. fromString(String value)Parses a serialized value to a DeploymentMode instance.DeploymentModeDeployment. mode()DeploymentModeDeploymentProperties. mode()Get the mode property: The mode that is used to deploy resources.DeploymentModeDeploymentPropertiesExtended. mode()Get the mode property: The deployment mode.static DeploymentModeDeploymentMode. valueOf(String name)Returns 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 DeploymentMode Modifier and Type Method Description Deployment.DefinitionStages.WithCreateDeployment.DefinitionStages.WithMode. withMode(DeploymentMode mode)Specifies the deployment mode.Deployment.UpdateDeployment.UpdateStages.WithMode. withMode(DeploymentMode mode)Specifies the deployment mode.DeploymentPropertiesDeploymentProperties. withMode(DeploymentMode mode)Set the mode property: The mode that is used to deploy resources.DeploymentWhatIfPropertiesDeploymentWhatIfProperties. withMode(DeploymentMode mode)Set the mode property: The mode that is used to deploy resources.
-