ContentTypeGetHeaders Constructors

Definition

Overloads

ContentTypeGetHeaders()

Initializes a new instance of the ContentTypeGetHeaders class.

ContentTypeGetHeaders(String)

Initializes a new instance of the ContentTypeGetHeaders class.

ContentTypeGetHeaders()

Initializes a new instance of the ContentTypeGetHeaders class.

public ContentTypeGetHeaders ();
Public Sub New ()

Applies to

ContentTypeGetHeaders(String)

Initializes a new instance of the ContentTypeGetHeaders class.

public ContentTypeGetHeaders (string eTag = default);
new Microsoft.Azure.Management.ApiManagement.Models.ContentTypeGetHeaders : string -> Microsoft.Azure.Management.ApiManagement.Models.ContentTypeGetHeaders
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