Share via


ArmResourcesModelFactory.ErrorDeploymentExtended Method

Definition

Initializes a new instance of ErrorDeploymentExtended.

public static Azure.ResourceManager.Resources.Models.ErrorDeploymentExtended ErrorDeploymentExtended (string provisioningState = default, Azure.ResourceManager.Resources.Models.ErrorDeploymentType? deploymentType = default, string deploymentName = default);
static member ErrorDeploymentExtended : string * Nullable<Azure.ResourceManager.Resources.Models.ErrorDeploymentType> * string -> Azure.ResourceManager.Resources.Models.ErrorDeploymentExtended
Public Shared Function ErrorDeploymentExtended (Optional provisioningState As String = Nothing, Optional deploymentType As Nullable(Of ErrorDeploymentType) = Nothing, Optional deploymentName As String = Nothing) As ErrorDeploymentExtended

Parameters

provisioningState
String

The state of the provisioning for the on error deployment.

deploymentType
Nullable<ErrorDeploymentType>

The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment.

deploymentName
String

The deployment to be used on error case.

Returns

A new ErrorDeploymentExtended instance for mocking.

Applies to