Share via


CertificateDeleteHeaders Constructors

Definition

Overloads

CertificateDeleteHeaders()

Initializes a new instance of the CertificateDeleteHeaders class.

CertificateDeleteHeaders(String, Nullable<Int32>)

Initializes a new instance of the CertificateDeleteHeaders class.

CertificateDeleteHeaders()

Initializes a new instance of the CertificateDeleteHeaders class.

public CertificateDeleteHeaders ();
Public Sub New ()

Applies to

CertificateDeleteHeaders(String, Nullable<Int32>)

Initializes a new instance of the CertificateDeleteHeaders class.

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

Applies to