CacheGetEntityTagHeaders Constructors

Definition

Overloads

CacheGetEntityTagHeaders()

Initializes a new instance of the CacheGetEntityTagHeaders class.

CacheGetEntityTagHeaders(String)

Initializes a new instance of the CacheGetEntityTagHeaders class.

CacheGetEntityTagHeaders()

Initializes a new instance of the CacheGetEntityTagHeaders class.

public CacheGetEntityTagHeaders ();
Public Sub New ()

Applies to

CacheGetEntityTagHeaders(String)

Initializes a new instance of the CacheGetEntityTagHeaders class.

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