DeploymentStacksWhatIfResultsAtManagementGroupCreateOrUpdateHeaders 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
| Name | Description |
|---|---|
| DeploymentStacksWhatIfResultsAtManagementGroupCreateOrUpdateHeaders() |
Initializes a new instance of the DeploymentStacksWhatIfResultsAtManagementGroupCreateOrUpdateHeaders class. |
| DeploymentStacksWhatIfResultsAtManagementGroupCreateOrUpdateHeaders(String, Nullable<Int32>) |
Initializes a new instance of the DeploymentStacksWhatIfResultsAtManagementGroupCreateOrUpdateHeaders class. |
DeploymentStacksWhatIfResultsAtManagementGroupCreateOrUpdateHeaders()
Initializes a new instance of the DeploymentStacksWhatIfResultsAtManagementGroupCreateOrUpdateHeaders class.
public DeploymentStacksWhatIfResultsAtManagementGroupCreateOrUpdateHeaders();
Public Sub New ()
Applies to
DeploymentStacksWhatIfResultsAtManagementGroupCreateOrUpdateHeaders(String, Nullable<Int32>)
Initializes a new instance of the DeploymentStacksWhatIfResultsAtManagementGroupCreateOrUpdateHeaders class.
public DeploymentStacksWhatIfResultsAtManagementGroupCreateOrUpdateHeaders(string azureAsyncOperation = default, int? retryAfter = default);
new Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResultsAtManagementGroupCreateOrUpdateHeaders : string * Nullable<int> -> Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfResultsAtManagementGroupCreateOrUpdateHeaders
Public Sub New (Optional azureAsyncOperation As String = Nothing, Optional retryAfter As Nullable(Of Integer) = Nothing)
Parameters
- azureAsyncOperation
- String