DeploymentStacksValidateStackAtSubscriptionHeaders Constructors

Definition

Overloads

Name Description
DeploymentStacksValidateStackAtSubscriptionHeaders()

Initializes a new instance of the DeploymentStacksValidateStackAtSubscriptionHeaders class.

DeploymentStacksValidateStackAtSubscriptionHeaders(String, Nullable<Int32>)

Initializes a new instance of the DeploymentStacksValidateStackAtSubscriptionHeaders class.

DeploymentStacksValidateStackAtSubscriptionHeaders()

Initializes a new instance of the DeploymentStacksValidateStackAtSubscriptionHeaders class.

public DeploymentStacksValidateStackAtSubscriptionHeaders();
Public Sub New ()

Applies to

DeploymentStacksValidateStackAtSubscriptionHeaders(String, Nullable<Int32>)

Initializes a new instance of the DeploymentStacksValidateStackAtSubscriptionHeaders class.

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

Parameters

location
String
retryAfter
Nullable<Int32>

Applies to