DeploymentStacksDeleteAtSubscriptionHeaders Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DeploymentStacksDeleteAtSubscriptionHeaders() |
Initializes a new instance of the DeploymentStacksDeleteAtSubscriptionHeaders class. |
DeploymentStacksDeleteAtSubscriptionHeaders(String) |
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)
Initializes a new instance of the DeploymentStacksDeleteAtSubscriptionHeaders class.
public DeploymentStacksDeleteAtSubscriptionHeaders (string location = default);
new Microsoft.Azure.Management.Resources.Models.DeploymentStacksDeleteAtSubscriptionHeaders : string -> Microsoft.Azure.Management.Resources.Models.DeploymentStacksDeleteAtSubscriptionHeaders
Public Sub New (Optional location As String = Nothing)
Parameters
- location
- String