Share via


DeploymentsWhatIfAtSubscriptionScopeHeaders Constructors

Definition

Overloads

DeploymentsWhatIfAtSubscriptionScopeHeaders()

Initializes a new instance of the DeploymentsWhatIfAtSubscriptionScopeHeaders class.

DeploymentsWhatIfAtSubscriptionScopeHeaders(String, String)

Initializes a new instance of the DeploymentsWhatIfAtSubscriptionScopeHeaders class.

DeploymentsWhatIfAtSubscriptionScopeHeaders()

Initializes a new instance of the DeploymentsWhatIfAtSubscriptionScopeHeaders class.

public DeploymentsWhatIfAtSubscriptionScopeHeaders ();
Public Sub New ()

Applies to

DeploymentsWhatIfAtSubscriptionScopeHeaders(String, String)

Initializes a new instance of the DeploymentsWhatIfAtSubscriptionScopeHeaders class.

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