Share via


GroupGetHeaders Constructors

Definition

Overloads

GroupGetHeaders()

Initializes a new instance of the GroupGetHeaders class.

GroupGetHeaders(String)

Initializes a new instance of the GroupGetHeaders class.

GroupGetHeaders()

Initializes a new instance of the GroupGetHeaders class.

public GroupGetHeaders ();
Public Sub New ()

Applies to

GroupGetHeaders(String)

Initializes a new instance of the GroupGetHeaders class.

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