DeploymentStacksDeleteAtManagementGroupHeaders Constructors

Definition

Overloads

Name Description
DeploymentStacksDeleteAtManagementGroupHeaders()

Initializes a new instance of the DeploymentStacksDeleteAtManagementGroupHeaders class.

DeploymentStacksDeleteAtManagementGroupHeaders(String, Nullable<Int32>)

Initializes a new instance of the DeploymentStacksDeleteAtManagementGroupHeaders class.

DeploymentStacksDeleteAtManagementGroupHeaders()

Initializes a new instance of the DeploymentStacksDeleteAtManagementGroupHeaders class.

public DeploymentStacksDeleteAtManagementGroupHeaders();
Public Sub New ()

Applies to

DeploymentStacksDeleteAtManagementGroupHeaders(String, Nullable<Int32>)

Initializes a new instance of the DeploymentStacksDeleteAtManagementGroupHeaders class.

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

Parameters

location
String
retryAfter
Nullable<Int32>

Applies to