Aracılığıyla paylaş


TenantSettingsContract Constructors

Definition

Overloads

TenantSettingsContract()

Initializes a new instance of the TenantSettingsContract class.

TenantSettingsContract(String, String, String, IDictionary<String,String>)

Initializes a new instance of the TenantSettingsContract class.

TenantSettingsContract()

Initializes a new instance of the TenantSettingsContract class.

public TenantSettingsContract ();
Public Sub New ()

Applies to

TenantSettingsContract(String, String, String, IDictionary<String,String>)

Initializes a new instance of the TenantSettingsContract class.

public TenantSettingsContract (string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> settings = default);
new Microsoft.Azure.Management.ApiManagement.Models.TenantSettingsContract : string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ApiManagement.Models.TenantSettingsContract
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional settings As IDictionary(Of String, String) = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

settings
IDictionary<String,String>

Tenant settings

Applies to