InvoicesDownloadBillingSubscriptionInvoiceHeaders Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
InvoicesDownloadBillingSubscriptionInvoiceHeaders() |
Initierar en ny instans av klassen InvoicesDownloadBillingSubscriptionInvoiceHeaders. |
InvoicesDownloadBillingSubscriptionInvoiceHeaders(String, String) |
Initierar en ny instans av klassen InvoicesDownloadBillingSubscriptionInvoiceHeaders. |
InvoicesDownloadBillingSubscriptionInvoiceHeaders()
Initierar en ny instans av klassen InvoicesDownloadBillingSubscriptionInvoiceHeaders.
public InvoicesDownloadBillingSubscriptionInvoiceHeaders ();
Public Sub New ()
Gäller för
InvoicesDownloadBillingSubscriptionInvoiceHeaders(String, String)
Initierar en ny instans av klassen InvoicesDownloadBillingSubscriptionInvoiceHeaders.
public InvoicesDownloadBillingSubscriptionInvoiceHeaders (string location = default, string retryAfter = default);
new Microsoft.Azure.Management.Billing.Models.InvoicesDownloadBillingSubscriptionInvoiceHeaders : string * string -> Microsoft.Azure.Management.Billing.Models.InvoicesDownloadBillingSubscriptionInvoiceHeaders
Public Sub New (Optional location As String = Nothing, Optional retryAfter As String = Nothing)
Parametrar
- location
- String
HÄMTA DEN här URL:en för att hämta status för den asynkrona åtgärden.
- retryAfter
- String
Den fördröjning som ska användas när åtgärdens status är markerad. Värdet uttrycks i sekunder.
Gäller för
Azure SDK for .NET