Share via


DeploymentsWhatIfHeaders Constructors

Definition

Overloads

DeploymentsWhatIfHeaders()

Initializes a new instance of the DeploymentsWhatIfHeaders class.

DeploymentsWhatIfHeaders(String, String)

Initializes a new instance of the DeploymentsWhatIfHeaders class.

DeploymentsWhatIfHeaders()

Initializes a new instance of the DeploymentsWhatIfHeaders class.

public DeploymentsWhatIfHeaders ();
Public Sub New ()

Applies to

DeploymentsWhatIfHeaders(String, String)

Initializes a new instance of the DeploymentsWhatIfHeaders class.

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