Share via


DeploymentsWhatIfAtManagementGroupScopeHeaders Constructors

Definition

Overloads

DeploymentsWhatIfAtManagementGroupScopeHeaders()

Initializes a new instance of the DeploymentsWhatIfAtManagementGroupScopeHeaders class.

DeploymentsWhatIfAtManagementGroupScopeHeaders(String, String)

Initializes a new instance of the DeploymentsWhatIfAtManagementGroupScopeHeaders class.

DeploymentsWhatIfAtManagementGroupScopeHeaders()

Initializes a new instance of the DeploymentsWhatIfAtManagementGroupScopeHeaders class.

public DeploymentsWhatIfAtManagementGroupScopeHeaders ();
Public Sub New ()

Applies to

DeploymentsWhatIfAtManagementGroupScopeHeaders(String, String)

Initializes a new instance of the DeploymentsWhatIfAtManagementGroupScopeHeaders class.

public DeploymentsWhatIfAtManagementGroupScopeHeaders (string location = default, string retryAfter = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtManagementGroupScopeHeaders : string * string -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtManagementGroupScopeHeaders
Public Sub New (Optional location As String = Nothing, Optional retryAfter As String = Nothing)

Parameters

location
String

URL to get status of this long-running operation.

retryAfter
String

Number of seconds to wait before polling for status.

Applies to