BatchAccountDeleteHeaders Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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.
Navrhované zpoždění pro kontrolu stavu asynchronní operace. Hodnota je celé číslo, které určuje zpoždění v sekundách.
Platí pro
Azure SDK for .NET