Share via


DeploymentsWhatIfAtTenantScopeHeaders Constructors

Definition

Overloads

DeploymentsWhatIfAtTenantScopeHeaders()

Initializes a new instance of the DeploymentsWhatIfAtTenantScopeHeaders class.

DeploymentsWhatIfAtTenantScopeHeaders(String, String)

Initializes a new instance of the DeploymentsWhatIfAtTenantScopeHeaders class.

DeploymentsWhatIfAtTenantScopeHeaders()

Initializes a new instance of the DeploymentsWhatIfAtTenantScopeHeaders class.

public DeploymentsWhatIfAtTenantScopeHeaders ();
Public Sub New ()

Applies to

DeploymentsWhatIfAtTenantScopeHeaders(String, String)

Initializes a new instance of the DeploymentsWhatIfAtTenantScopeHeaders class.

public DeploymentsWhatIfAtTenantScopeHeaders (string location = default, string retryAfter = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtTenantScopeHeaders : string * string -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtTenantScopeHeaders
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