94 строки
7.0 KiB
YAML
94 строки
7.0 KiB
YAML
### 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:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"com.microsoft.azure.management.resources.OnErrorDeploymentType?alt=com.microsoft.azure.management.resources.OnErrorDeploymentType&text=OnErrorDeploymentType\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public OnErrorDeploymentExtended withDeploymentName(String deploymentName)"
|
|
desc: "Set the deployment to be used on error case."
|
|
returns:
|
|
description: "the OnErrorDeploymentExtended object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.OnErrorDeploymentExtended?alt=com.microsoft.azure.management.resources.OnErrorDeploymentExtended&text=OnErrorDeploymentExtended\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"com.microsoft.azure.management.resources.OnErrorDeploymentType?alt=com.microsoft.azure.management.resources.OnErrorDeploymentType&text=OnErrorDeploymentType\" data-throw-if-not-resolved=\"False\" />"
|
|
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: "<xref href=\"com.microsoft.azure.management.resources.OnErrorDeploymentExtended?alt=com.microsoft.azure.management.resources.OnErrorDeploymentExtended&text=OnErrorDeploymentExtended\" data-throw-if-not-resolved=\"False\" />"
|
|
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
|