Uses of Class
com.microsoft.azure.management.resources.DeploymentMode
-
Packages that use DeploymentMode Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient. -
-
Uses of DeploymentMode in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources 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 value.DeploymentModeDeploymentPropertiesExtended. mode()Get the mode value.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.microsoft.azure.management.resources 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 value.DeploymentPropertiesExtendedDeploymentPropertiesExtended. withMode(DeploymentMode mode)Set the mode value.
-