GroupCreateOrUpdateHeaders Constructors

Definition

Overloads

GroupCreateOrUpdateHeaders()

Initializes a new instance of the GroupCreateOrUpdateHeaders class.

GroupCreateOrUpdateHeaders(String)

Initializes a new instance of the GroupCreateOrUpdateHeaders class.

GroupCreateOrUpdateHeaders()

Initializes a new instance of the GroupCreateOrUpdateHeaders class.

public GroupCreateOrUpdateHeaders ();
Public Sub New ()

Applies to

GroupCreateOrUpdateHeaders(String)

Initializes a new instance of the GroupCreateOrUpdateHeaders class.

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