Sdílet prostřednictvím


BatchAccountCreateHeaders Konstruktory

Definice

Přetížení

BatchAccountCreateHeaders()

Inicializuje novou instanci BatchAccountCreateHeaders třídy.

BatchAccountCreateHeaders(String, Nullable<Int32>)

Inicializuje novou instanci BatchAccountCreateHeaders třídy.

BatchAccountCreateHeaders()

Inicializuje novou instanci BatchAccountCreateHeaders třídy.

public BatchAccountCreateHeaders ();
Public Sub New ()

Platí pro

BatchAccountCreateHeaders(String, Nullable<Int32>)

Inicializuje novou instanci BatchAccountCreateHeaders třídy.

public BatchAccountCreateHeaders (string location = default, int? retryAfter = default);
new Microsoft.Azure.Management.Batch.Models.BatchAccountCreateHeaders : string * Nullable<int> -> Microsoft.Azure.Management.Batch.Models.BatchAccountCreateHeaders
Public Sub New (Optional location As String = Nothing, Optional retryAfter As Nullable(Of Integer) = Nothing)

Parametry

location
String

Adresa URL prostředku použitého ke kontrole stavu asynchronní operace.

retryAfter
Nullable<Int32>

Navrhované zpoždění pro kontrolu stavu asynchronní operace. Hodnota je celé číslo, které určuje zpoždění v sekundách.

Platí pro