DeploymentStacksWhatIfResultsAtResourceGroupCreateOrUpdateHeaders Constructors

Definition

Overloads

Name Description
DeploymentStacksWhatIfResultsAtResourceGroupCreateOrUpdateHeaders()

Initializes a new instance of the DeploymentStacksWhatIfResultsAtResourceGroupCreateOrUpdateHeaders class.

DeploymentStacksWhatIfResultsAtResourceGroupCreateOrUpdateHeaders(String, Nullable<Int32>)

Initializes a new instance of the DeploymentStacksWhatIfResultsAtResourceGroupCreateOrUpdateHeaders class.

DeploymentStacksWhatIfResultsAtResourceGroupCreateOrUpdateHeaders()

Initializes a new instance of the DeploymentStacksWhatIfResultsAtResourceGroupCreateOrUpdateHeaders class.

public DeploymentStacksWhatIfResultsAtResourceGroupCreateOrUpdateHeaders();
Public Sub New ()

Applies to

DeploymentStacksWhatIfResultsAtResourceGroupCreateOrUpdateHeaders(String, Nullable<Int32>)

Initializes a new instance of the DeploymentStacksWhatIfResultsAtResourceGroupCreateOrUpdateHeaders class.

public DeploymentStacksWhatIfResultsAtResourceGroupCreateOrUpdateHeaders(string azureAsyncOperation = default, int? retryAfter = default);
new Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResultsAtResourceGroupCreateOrUpdateHeaders : string * Nullable<int> -> Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResultsAtResourceGroupCreateOrUpdateHeaders
Public Sub New (Optional azureAsyncOperation As String = Nothing, Optional retryAfter As Nullable(Of Integer) = Nothing)

Parameters

azureAsyncOperation
String
retryAfter
Nullable<Int32>

Applies to