Bagikan melalui


SubscriptionGetEntityTagHeaders Constructors

Definition

Overloads

SubscriptionGetEntityTagHeaders()

Initializes a new instance of the SubscriptionGetEntityTagHeaders class.

SubscriptionGetEntityTagHeaders(String)

Initializes a new instance of the SubscriptionGetEntityTagHeaders class.

SubscriptionGetEntityTagHeaders()

Initializes a new instance of the SubscriptionGetEntityTagHeaders class.

public SubscriptionGetEntityTagHeaders ();
Public Sub New ()

Applies to

SubscriptionGetEntityTagHeaders(String)

Initializes a new instance of the SubscriptionGetEntityTagHeaders class.

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