DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateHeaders Constructors

Definition

Overloads

Name Description
DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateHeaders()

Initializes a new instance of the DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateHeaders class.

DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateHeaders(String, Nullable<Int32>)

Initializes a new instance of the DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateHeaders class.

DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateHeaders()

Initializes a new instance of the DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateHeaders class.

public DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateHeaders();
Public Sub New ()

Applies to

DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateHeaders(String, Nullable<Int32>)

Initializes a new instance of the DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateHeaders class.

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

Parameters

azureAsyncOperation
String
retryAfter
Nullable<Int32>

Applies to