DeploymentsWhatIfHeaders Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET