Compartilhar via


InvoiceSectionsCreateOrUpdateHeaders Construtores

Definição

Sobrecargas

InvoiceSectionsCreateOrUpdateHeaders()

Inicializa uma nova instância da classe InvoiceSectionsCreateOrUpdateHeaders.

InvoiceSectionsCreateOrUpdateHeaders(String, Nullable<Int32>)

Inicializa uma nova instância da classe InvoiceSectionsCreateOrUpdateHeaders.

InvoiceSectionsCreateOrUpdateHeaders()

Inicializa uma nova instância da classe InvoiceSectionsCreateOrUpdateHeaders.

public InvoiceSectionsCreateOrUpdateHeaders ();
Public Sub New ()

Aplica-se a

InvoiceSectionsCreateOrUpdateHeaders(String, Nullable<Int32>)

Inicializa uma nova instância da 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)

Parâmetros

location
String

URI de localização para sondar o resultado

retryAfter
Nullable<Int32>

Tempo recomendado para aguardar antes de fazer outra solicitação para marcar o status da operação. O tempo é especificado em segundos.

Aplica-se a