Share via


ContentItemGetEntityTagHeaders Constructors

Definition

Overloads

ContentItemGetEntityTagHeaders()

Initializes a new instance of the ContentItemGetEntityTagHeaders class.

ContentItemGetEntityTagHeaders(String)

Initializes a new instance of the ContentItemGetEntityTagHeaders class.

ContentItemGetEntityTagHeaders()

Initializes a new instance of the ContentItemGetEntityTagHeaders class.

public ContentItemGetEntityTagHeaders ();
Public Sub New ()

Applies to

ContentItemGetEntityTagHeaders(String)

Initializes a new instance of the ContentItemGetEntityTagHeaders class.

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