TenantAccessGetEntityTagHeaders Constructors

Definition

Overloads

TenantAccessGetEntityTagHeaders()

Initializes a new instance of the TenantAccessGetEntityTagHeaders class.

TenantAccessGetEntityTagHeaders(String)

Initializes a new instance of the TenantAccessGetEntityTagHeaders class.

TenantAccessGetEntityTagHeaders()

Initializes a new instance of the TenantAccessGetEntityTagHeaders class.

public TenantAccessGetEntityTagHeaders ();
Public Sub New ()

Applies to

TenantAccessGetEntityTagHeaders(String)

Initializes a new instance of the TenantAccessGetEntityTagHeaders class.

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