Aracılığıyla paylaş


TenantSettingsGetHeaders Constructors

Definition

Overloads

TenantSettingsGetHeaders()

Initializes a new instance of the TenantSettingsGetHeaders class.

TenantSettingsGetHeaders(String)

Initializes a new instance of the TenantSettingsGetHeaders class.

TenantSettingsGetHeaders()

Initializes a new instance of the TenantSettingsGetHeaders class.

public TenantSettingsGetHeaders ();
Public Sub New ()

Applies to

TenantSettingsGetHeaders(String)

Initializes a new instance of the TenantSettingsGetHeaders class.

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