DeploymentStacksValidateStackAtManagementGroupHeaders Constructors

Definition

Overloads

Name Description
DeploymentStacksValidateStackAtManagementGroupHeaders()

Initializes a new instance of the DeploymentStacksValidateStackAtManagementGroupHeaders class.

DeploymentStacksValidateStackAtManagementGroupHeaders(String, String)

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, String)

Initializes a new instance of the DeploymentStacksValidateStackAtManagementGroupHeaders class.

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

Parameters

location
String
retryAfter
String

Applies to