Partager via


DeploymentsWhatIfHeaders Constructeurs

Définition

Surcharges

DeploymentsWhatIfHeaders()

Initialise une nouvelle instance de la classe DeploymentsWhatIfHeaders.

DeploymentsWhatIfHeaders(String, String)

Initialise une nouvelle instance de la classe DeploymentsWhatIfHeaders.

DeploymentsWhatIfHeaders()

Initialise une nouvelle instance de la classe DeploymentsWhatIfHeaders.

public DeploymentsWhatIfHeaders ();
Public Sub New ()

S’applique à

DeploymentsWhatIfHeaders(String, String)

Initialise une nouvelle instance de la classe DeploymentsWhatIfHeaders.

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)

Paramètres

location
String

URL pour obtenir status de cette opération de longue durée.

retryAfter
String

Nombre de secondes à attendre avant d’interroger status.

S’applique à