Bagikan melalui


NamedValueGetEntityTagHeaders Constructors

Definition

Overloads

NamedValueGetEntityTagHeaders()

Initializes a new instance of the NamedValueGetEntityTagHeaders class.

NamedValueGetEntityTagHeaders(String)

Initializes a new instance of the NamedValueGetEntityTagHeaders class.

NamedValueGetEntityTagHeaders()

Initializes a new instance of the NamedValueGetEntityTagHeaders class.

public NamedValueGetEntityTagHeaders ();
Public Sub New ()

Applies to

NamedValueGetEntityTagHeaders(String)

Initializes a new instance of the NamedValueGetEntityTagHeaders class.

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