Share via


CertificateGetEntityTagHeaders Constructors

Definition

Overloads

CertificateGetEntityTagHeaders()

Initializes a new instance of the CertificateGetEntityTagHeaders class.

CertificateGetEntityTagHeaders(String)

Initializes a new instance of the CertificateGetEntityTagHeaders class.

CertificateGetEntityTagHeaders()

Initializes a new instance of the CertificateGetEntityTagHeaders class.

public CertificateGetEntityTagHeaders ();
Public Sub New ()

Applies to

CertificateGetEntityTagHeaders(String)

Initializes a new instance of the CertificateGetEntityTagHeaders class.

public CertificateGetEntityTagHeaders (string eTag = default);
new Microsoft.Azure.Management.ApiManagement.Models.CertificateGetEntityTagHeaders : string -> Microsoft.Azure.Management.ApiManagement.Models.CertificateGetEntityTagHeaders
Public Sub New (Optional eTag As String = Nothing)

Parameters

eTag
String

Current entity state version. Should be treated as opaque and used to make conditional HTTP requests.

Applies to