BatchAccountDeleteHeaders Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BatchAccountDeleteHeaders() |
Initializes a new instance of the BatchAccountDeleteHeaders class. |
BatchAccountDeleteHeaders(String, Nullable<Int32>) |
Initializes a new instance of the BatchAccountDeleteHeaders class. |
BatchAccountDeleteHeaders()
Initializes a new instance of the BatchAccountDeleteHeaders class.
public BatchAccountDeleteHeaders ();
Public Sub New ()
Applies to
BatchAccountDeleteHeaders(String, Nullable<Int32>)
Initializes a new instance of the BatchAccountDeleteHeaders class.
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)
Parameters
- location
- String
The URL of the resource used to check the status of the asynchronous operation.
Suggested delay to check the status of the asynchronous operation. The value is an integer that specifies the delay in seconds.
Applies to
Azure SDK for .NET