CacheGetHeaders Constructors

Definition

Overloads

CacheGetHeaders()

Initializes a new instance of the CacheGetHeaders class.

CacheGetHeaders(String)

Initializes a new instance of the CacheGetHeaders class.

CacheGetHeaders()

Initializes a new instance of the CacheGetHeaders class.

public CacheGetHeaders ();
Public Sub New ()

Applies to

CacheGetHeaders(String)

Initializes a new instance of the CacheGetHeaders class.

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