Share via


GroupGetEntityTagHeaders Constructors

Definition

Overloads

GroupGetEntityTagHeaders()

Initializes a new instance of the GroupGetEntityTagHeaders class.

GroupGetEntityTagHeaders(String)

Initializes a new instance of the GroupGetEntityTagHeaders class.

GroupGetEntityTagHeaders()

Initializes a new instance of the GroupGetEntityTagHeaders class.

public GroupGetEntityTagHeaders ();
Public Sub New ()

Applies to

GroupGetEntityTagHeaders(String)

Initializes a new instance of the GroupGetEntityTagHeaders class.

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