ArmResourcesModelFactory.ErrorDeploymentExtended Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET