Uses of Class
com.azure.resourcemanager.resources.models.OnErrorDeployment
Packages that use OnErrorDeployment
Package
Description
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 OnErrorDeploymentModifier and TypeMethodDescriptionstatic OnErrorDeploymentOnErrorDeployment.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OnErrorDeployment from the JsonReader.DeploymentProperties.onErrorDeployment()Get the onErrorDeployment property: The deployment on error behavior.OnErrorDeployment.withDeploymentName(String deploymentName) Set the deploymentName property: The deployment to be used on error case.OnErrorDeployment.withType(OnErrorDeploymentType type) Set the type property: The deployment on error behavior type.Methods in com.azure.resourcemanager.resources.models with parameters of type OnErrorDeploymentModifier and TypeMethodDescriptionDeploymentProperties.withOnErrorDeployment(OnErrorDeployment onErrorDeployment) Set the onErrorDeployment property: The deployment on error behavior.DeploymentWhatIfProperties.withOnErrorDeployment(OnErrorDeployment onErrorDeployment) Set the onErrorDeployment property: The deployment on error behavior.