Sdílet prostřednictvím


BatchAccountDeleteHeaders Konstruktory

Definice

Přetížení

BatchAccountDeleteHeaders()

Inicializuje novou instanci BatchAccountDeleteHeaders třídy.

BatchAccountDeleteHeaders(String, Nullable<Int32>)

Inicializuje novou instanci BatchAccountDeleteHeaders třídy.

BatchAccountDeleteHeaders()

Inicializuje novou instanci BatchAccountDeleteHeaders třídy.

public BatchAccountDeleteHeaders ();
Public Sub New ()

Platí pro

BatchAccountDeleteHeaders(String, Nullable<Int32>)

Inicializuje novou instanci BatchAccountDeleteHeaders třídy.

public BatchAccountDeleteHeaders (string location = default, int? retryAfter = default);
new Microsoft.Azure.Management.Batch.Models.BatchAccountDeleteHeaders : string * Nullable<int> -> Microsoft.Azure.Management.Batch.Models.BatchAccountDeleteHeaders
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