DeploymentStacksDeleteAtResourceGroupHeaders Constructors

Definition

Overloads

Name Description
DeploymentStacksDeleteAtResourceGroupHeaders()

Initializes a new instance of the DeploymentStacksDeleteAtResourceGroupHeaders class.

DeploymentStacksDeleteAtResourceGroupHeaders(String, Nullable<Int32>)

Initializes a new instance of the DeploymentStacksDeleteAtResourceGroupHeaders class.

DeploymentStacksDeleteAtResourceGroupHeaders()

Initializes a new instance of the DeploymentStacksDeleteAtResourceGroupHeaders class.

public DeploymentStacksDeleteAtResourceGroupHeaders();
Public Sub New ()

Applies to

DeploymentStacksDeleteAtResourceGroupHeaders(String, Nullable<Int32>)

Initializes a new instance of the DeploymentStacksDeleteAtResourceGroupHeaders class.

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

Parameters

location
String
retryAfter
Nullable<Int32>

Applies to