Uses of Class
com.azure.resourcemanager.resources.models.OnErrorDeployment
-
Packages that use OnErrorDeployment Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of OnErrorDeployment in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return OnErrorDeployment Modifier and Type Method Description OnErrorDeploymentDeploymentProperties. onErrorDeployment()Get the onErrorDeployment property: The deployment on error behavior.OnErrorDeploymentOnErrorDeployment. withDeploymentName(String deploymentName)Set the deploymentName property: The deployment to be used on error case.OnErrorDeploymentOnErrorDeployment. withType(OnErrorDeploymentType type)Set the type property: The deployment on error behavior type.Methods in com.azure.resourcemanager.resources.models with parameters of type OnErrorDeployment Modifier and Type Method Description DeploymentPropertiesDeploymentProperties. withOnErrorDeployment(OnErrorDeployment onErrorDeployment)Set the onErrorDeployment property: The deployment on error behavior.DeploymentWhatIfPropertiesDeploymentWhatIfProperties. withOnErrorDeployment(OnErrorDeployment onErrorDeployment)Set the onErrorDeployment property: The deployment on error behavior.
-