DeploymentStacksValidateStackAtManagementGroupHeaders Constructors

Definition

Overloads

Name Description
DeploymentStacksValidateStackAtManagementGroupHeaders()

Initializes a new instance of the DeploymentStacksValidateStackAtManagementGroupHeaders class.

DeploymentStacksValidateStackAtManagementGroupHeaders(String, Nullable<Int32>)

Initializes a new instance of the DeploymentStacksValidateStackAtManagementGroupHeaders class.

DeploymentStacksValidateStackAtManagementGroupHeaders()

Initializes a new instance of the DeploymentStacksValidateStackAtManagementGroupHeaders class.

public DeploymentStacksValidateStackAtManagementGroupHeaders();
Public Sub New ()

Applies to

DeploymentStacksValidateStackAtManagementGroupHeaders(String, Nullable<Int32>)

Initializes a new instance of the DeploymentStacksValidateStackAtManagementGroupHeaders class.

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

Parameters

location
String
retryAfter
Nullable<Int32>

Applies to