CertificateDeleteHeaders 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
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.
Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds.
Applies to
Azure SDK for .NET