Share via


BatchAccountDeleteHeaders Constructors

Definition

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.

retryAfter
Nullable<Int32>

Suggested delay to check the status of the asynchronous operation. The value is an integer that specifies the delay in seconds.

Applies to