### YamlMime:JavaType uid: "com.microsoft.azure.management.resources.OnErrorDeploymentExtended" fullName: "com.microsoft.azure.management.resources.OnErrorDeploymentExtended" name: "OnErrorDeploymentExtended" nameWithType: "OnErrorDeploymentExtended" summary: "Deployment on error behavior with additional details." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **OnErrorDeploymentExtended**" constructors: - uid: "com.microsoft.azure.management.resources.OnErrorDeploymentExtended.OnErrorDeploymentExtended()" fullName: "com.microsoft.azure.management.resources.OnErrorDeploymentExtended.OnErrorDeploymentExtended()" name: "OnErrorDeploymentExtended()" nameWithType: "OnErrorDeploymentExtended.OnErrorDeploymentExtended()" syntax: "public OnErrorDeploymentExtended()" methods: - uid: "com.microsoft.azure.management.resources.OnErrorDeploymentExtended.deploymentName()" fullName: "com.microsoft.azure.management.resources.OnErrorDeploymentExtended.deploymentName()" name: "deploymentName()" nameWithType: "OnErrorDeploymentExtended.deploymentName()" summary: "Get the deployment to be used on error case." syntax: "public String deploymentName()" desc: "Get the deployment to be used on error case." returns: description: "the deploymentName value" type: "" - uid: "com.microsoft.azure.management.resources.OnErrorDeploymentExtended.provisioningState()" fullName: "com.microsoft.azure.management.resources.OnErrorDeploymentExtended.provisioningState()" name: "provisioningState()" nameWithType: "OnErrorDeploymentExtended.provisioningState()" summary: "Get the state of the provisioning for the on error deployment." syntax: "public String provisioningState()" desc: "Get the state of the provisioning for the on error deployment." returns: description: "the provisioningState value" type: "" - uid: "com.microsoft.azure.management.resources.OnErrorDeploymentExtended.type()" fullName: "com.microsoft.azure.management.resources.OnErrorDeploymentExtended.type()" name: "type()" nameWithType: "OnErrorDeploymentExtended.type()" summary: "Get the deployment on error behavior type." syntax: "public OnErrorDeploymentType type()" desc: "Get the deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. Possible values include: 'LastSuccessful', 'SpecificDeployment'." returns: description: "the type value" type: "" - uid: "com.microsoft.azure.management.resources.OnErrorDeploymentExtended.withDeploymentName(java.lang.String)" fullName: "com.microsoft.azure.management.resources.OnErrorDeploymentExtended.withDeploymentName(String deploymentName)" name: "withDeploymentName(String deploymentName)" nameWithType: "OnErrorDeploymentExtended.withDeploymentName(String deploymentName)" summary: "Set the deployment to be used on error case." parameters: - description: "the deploymentName value to set" name: "deploymentName" type: "" syntax: "public OnErrorDeploymentExtended withDeploymentName(String deploymentName)" desc: "Set the deployment to be used on error case." returns: description: "the OnErrorDeploymentExtended object itself." type: "" - uid: "com.microsoft.azure.management.resources.OnErrorDeploymentExtended.withType(com.microsoft.azure.management.resources.OnErrorDeploymentType)" fullName: "com.microsoft.azure.management.resources.OnErrorDeploymentExtended.withType(OnErrorDeploymentType type)" name: "withType(OnErrorDeploymentType type)" nameWithType: "OnErrorDeploymentExtended.withType(OnErrorDeploymentType type)" summary: "Set the deployment on error behavior type." parameters: - description: "the type value to set" name: "type" type: "" syntax: "public OnErrorDeploymentExtended withType(OnErrorDeploymentType type)" desc: "Set the deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. Possible values include: 'LastSuccessful', 'SpecificDeployment'." returns: description: "the OnErrorDeploymentExtended object itself." type: "" type: "class" desc: "Deployment on error behavior with additional details." metadata: {} package: "com.microsoft.azure.management.resources" artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4