다음을 통해 공유


CacheUpdateHeaders Constructors

Definition

Overloads

CacheUpdateHeaders()

Initializes a new instance of the CacheUpdateHeaders class.

CacheUpdateHeaders(String)

Initializes a new instance of the CacheUpdateHeaders class.

CacheUpdateHeaders()

Initializes a new instance of the CacheUpdateHeaders class.

public CacheUpdateHeaders ();
Public Sub New ()

Applies to

CacheUpdateHeaders(String)

Initializes a new instance of the CacheUpdateHeaders class.

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