DeploymentStacksCreateOrUpdateAtSubscriptionHeaders Constructors

Definition

Overloads

Name Description
DeploymentStacksCreateOrUpdateAtSubscriptionHeaders()

Initializes a new instance of the DeploymentStacksCreateOrUpdateAtSubscriptionHeaders class.

DeploymentStacksCreateOrUpdateAtSubscriptionHeaders(String, Nullable<Int32>)

Initializes a new instance of the DeploymentStacksCreateOrUpdateAtSubscriptionHeaders class.

DeploymentStacksCreateOrUpdateAtSubscriptionHeaders()

Initializes a new instance of the DeploymentStacksCreateOrUpdateAtSubscriptionHeaders class.

public DeploymentStacksCreateOrUpdateAtSubscriptionHeaders();
Public Sub New ()

Applies to

DeploymentStacksCreateOrUpdateAtSubscriptionHeaders(String, Nullable<Int32>)

Initializes a new instance of the DeploymentStacksCreateOrUpdateAtSubscriptionHeaders class.

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

Parameters

azureAsyncOperation
String
retryAfter
Nullable<Int32>

Applies to