DeploymentsWhatIfAtManagementGroupScopeHeaders 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
DeploymentsWhatIfAtManagementGroupScopeHeaders() |
Initialise une nouvelle instance de la classe DeploymentsWhatIfAtManagementGroupScopeHeaders. |
DeploymentsWhatIfAtManagementGroupScopeHeaders(String, String) |
Initialise une nouvelle instance de la classe DeploymentsWhatIfAtManagementGroupScopeHeaders. |
DeploymentsWhatIfAtManagementGroupScopeHeaders()
Initialise une nouvelle instance de la classe DeploymentsWhatIfAtManagementGroupScopeHeaders.
public DeploymentsWhatIfAtManagementGroupScopeHeaders ();
Public Sub New ()
S’applique à
DeploymentsWhatIfAtManagementGroupScopeHeaders(String, String)
Initialise une nouvelle instance de la classe DeploymentsWhatIfAtManagementGroupScopeHeaders.
public DeploymentsWhatIfAtManagementGroupScopeHeaders (string location = default, string retryAfter = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtManagementGroupScopeHeaders : string * string -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfAtManagementGroupScopeHeaders
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