DeploymentsWhatIfAtTenantScopeHeaders 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
DeploymentsWhatIfAtTenantScopeHeaders() |
Initialise une nouvelle instance de la classe DeploymentsWhatIfAtTenantScopeHeaders. |
DeploymentsWhatIfAtTenantScopeHeaders(String, String) |
Initialise une nouvelle instance de la classe DeploymentsWhatIfAtTenantScopeHeaders. |
DeploymentsWhatIfAtTenantScopeHeaders()
Initialise une nouvelle instance de la classe DeploymentsWhatIfAtTenantScopeHeaders.
public DeploymentsWhatIfAtTenantScopeHeaders ();
Public Sub New ()
S’applique à
DeploymentsWhatIfAtTenantScopeHeaders(String, String)
Initialise une nouvelle instance de la classe DeploymentsWhatIfAtTenantScopeHeaders.
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)
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