DeploymentStacksDeleteAtSubscriptionHeaders Constructors

Definition

Overloads

Name Description
DeploymentStacksDeleteAtSubscriptionHeaders()

Initializes a new instance of the DeploymentStacksDeleteAtSubscriptionHeaders class.

DeploymentStacksDeleteAtSubscriptionHeaders(String, Nullable<Int32>)

Initializes a new instance of the DeploymentStacksDeleteAtSubscriptionHeaders class.

DeploymentStacksDeleteAtSubscriptionHeaders()

Initializes a new instance of the DeploymentStacksDeleteAtSubscriptionHeaders class.

public DeploymentStacksDeleteAtSubscriptionHeaders();
Public Sub New ()

Applies to

DeploymentStacksDeleteAtSubscriptionHeaders(String, Nullable<Int32>)

Initializes a new instance of the DeploymentStacksDeleteAtSubscriptionHeaders class.

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

Parameters

location
String
retryAfter
Nullable<Int32>

Applies to