DeploymentStacksValidateStackAtResourceGroupHeaders Constructors

Definition

Overloads

Name Description
DeploymentStacksValidateStackAtResourceGroupHeaders()

Initializes a new instance of the DeploymentStacksValidateStackAtResourceGroupHeaders class.

DeploymentStacksValidateStackAtResourceGroupHeaders(String, Nullable<Int32>)

Initializes a new instance of the DeploymentStacksValidateStackAtResourceGroupHeaders class.

DeploymentStacksValidateStackAtResourceGroupHeaders()

Initializes a new instance of the DeploymentStacksValidateStackAtResourceGroupHeaders class.

public DeploymentStacksValidateStackAtResourceGroupHeaders();
Public Sub New ()

Applies to

DeploymentStacksValidateStackAtResourceGroupHeaders(String, Nullable<Int32>)

Initializes a new instance of the DeploymentStacksValidateStackAtResourceGroupHeaders class.

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

Parameters

location
String
retryAfter
Nullable<Int32>

Applies to