Aracılığıyla paylaş


ContentTypeCreateOrUpdateHeaders Constructors

Definition

Overloads

ContentTypeCreateOrUpdateHeaders()

Initializes a new instance of the ContentTypeCreateOrUpdateHeaders class.

ContentTypeCreateOrUpdateHeaders(String)

Initializes a new instance of the ContentTypeCreateOrUpdateHeaders class.

ContentTypeCreateOrUpdateHeaders()

Initializes a new instance of the ContentTypeCreateOrUpdateHeaders class.

public ContentTypeCreateOrUpdateHeaders ();
Public Sub New ()

Applies to

ContentTypeCreateOrUpdateHeaders(String)

Initializes a new instance of the ContentTypeCreateOrUpdateHeaders class.

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