Share via


BatchAccountCreateHeaders Constructors

Definition

Overloads

BatchAccountCreateHeaders()

Initializes a new instance of the BatchAccountCreateHeaders class.

BatchAccountCreateHeaders(String, Nullable<Int32>)

Initializes a new instance of the BatchAccountCreateHeaders class.

BatchAccountCreateHeaders()

Initializes a new instance of the BatchAccountCreateHeaders class.

public BatchAccountCreateHeaders ();
Public Sub New ()

Applies to

BatchAccountCreateHeaders(String, Nullable<Int32>)

Initializes a new instance of the BatchAccountCreateHeaders class.

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)

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