Uses of Class
com.azure.resourcemanager.resources.models.OnErrorDeploymentExtended
Packages that use OnErrorDeploymentExtended
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of OnErrorDeploymentExtended in com.azure.resourcemanager.resources.models
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type OnErrorDeploymentExtendedModifier and TypeClassDescriptionfinal classDeployment on error behavior with additional details.Methods in com.azure.resourcemanager.resources.models that return OnErrorDeploymentExtendedModifier and TypeMethodDescriptionstatic OnErrorDeploymentExtendedOnErrorDeploymentExtended.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OnErrorDeploymentExtended from the JsonReader.DeploymentPropertiesExtended.onErrorDeployment()Get the onErrorDeployment property: The deployment on error behavior.OnErrorDeploymentExtended.withDeploymentName(String deploymentName) Set the deploymentName property: The deployment to be used on error case.OnErrorDeploymentExtended.withType(OnErrorDeploymentType type) Set the type property: The deployment on error behavior type.