Uses of Class
com.microsoft.azure.management.resources.OnErrorDeployment
Packages that use OnErrorDeployment
Package
Description
This package contains the classes for ResourceManagementClient.
-
Uses of OnErrorDeployment in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return OnErrorDeploymentModifier and TypeMethodDescriptionDeploymentProperties.onErrorDeployment()
Get the deployment on error behavior.OnErrorDeployment.withDeploymentName
(String deploymentName) Set the deployment to be used on error case.OnErrorDeployment.withType
(OnErrorDeploymentType type) Set the deployment on error behavior type.Methods in com.microsoft.azure.management.resources with parameters of type OnErrorDeploymentModifier and TypeMethodDescriptionDeploymentProperties.withOnErrorDeployment
(OnErrorDeployment onErrorDeployment) Set the deployment on error behavior.