InvoiceSectionsCreateOrUpdateHeaders 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
InvoiceSectionsCreateOrUpdateHeaders() |
Initialise une nouvelle instance de la classe InvoiceSectionsCreateOrUpdateHeaders. |
InvoiceSectionsCreateOrUpdateHeaders(String, Nullable<Int32>) |
Initialise une nouvelle instance de la classe InvoiceSectionsCreateOrUpdateHeaders. |
InvoiceSectionsCreateOrUpdateHeaders()
Initialise une nouvelle instance de la classe InvoiceSectionsCreateOrUpdateHeaders.
public InvoiceSectionsCreateOrUpdateHeaders ();
Public Sub New ()
S’applique à
InvoiceSectionsCreateOrUpdateHeaders(String, Nullable<Int32>)
Initialise une nouvelle instance de la classe InvoiceSectionsCreateOrUpdateHeaders.
public InvoiceSectionsCreateOrUpdateHeaders (string location = default, int? retryAfter = default);
new Microsoft.Azure.Management.Billing.Models.InvoiceSectionsCreateOrUpdateHeaders : string * Nullable<int> -> Microsoft.Azure.Management.Billing.Models.InvoiceSectionsCreateOrUpdateHeaders
Public Sub New (Optional location As String = Nothing, Optional retryAfter As Nullable(Of Integer) = Nothing)
Paramètres
- location
- String
URI d’emplacement à interroger pour le résultat
Délai d’attente recommandé avant d’effectuer une autre demande de case activée le status de l’opération. L’heure est spécifiée en secondes.
S’applique à
Azure SDK for .NET