Share via


ApiVersionSetGetEntityTagHeaders Constructors

Definition

Overloads

ApiVersionSetGetEntityTagHeaders()

Initializes a new instance of the ApiVersionSetGetEntityTagHeaders class.

ApiVersionSetGetEntityTagHeaders(String)

Initializes a new instance of the ApiVersionSetGetEntityTagHeaders class.

ApiVersionSetGetEntityTagHeaders()

Initializes a new instance of the ApiVersionSetGetEntityTagHeaders class.

public ApiVersionSetGetEntityTagHeaders ();
Public Sub New ()

Applies to

ApiVersionSetGetEntityTagHeaders(String)

Initializes a new instance of the ApiVersionSetGetEntityTagHeaders class.

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