次の方法で共有


TenantIdDescription コンストラクター

定義

オーバーロード

TenantIdDescription()

TenantIdDescription クラスの新しいインスタンスを初期化します。

TenantIdDescription(String, String, Nullable<TenantCategory>, String, String, String, IList<String>, String, String, String)

TenantIdDescription クラスの新しいインスタンスを初期化します。

TenantIdDescription()

TenantIdDescription クラスの新しいインスタンスを初期化します。

public TenantIdDescription ();
Public Sub New ()

適用対象

TenantIdDescription(String, String, Nullable<TenantCategory>, String, String, String, IList<String>, String, String, String)

TenantIdDescription クラスの新しいインスタンスを初期化します。

public TenantIdDescription (string id = default, string tenantId = default, Microsoft.Azure.Management.ResourceManager.Models.TenantCategory? tenantCategory = default, string country = default, string countryCode = default, string displayName = default, System.Collections.Generic.IList<string> domains = default, string defaultDomain = default, string tenantType = default, string tenantBrandingLogoUrl = default);
new Microsoft.Azure.Management.ResourceManager.Models.TenantIdDescription : string * string * Nullable<Microsoft.Azure.Management.ResourceManager.Models.TenantCategory> * string * string * string * System.Collections.Generic.IList<string> * string * string * string -> Microsoft.Azure.Management.ResourceManager.Models.TenantIdDescription
Public Sub New (Optional id As String = Nothing, Optional tenantId As String = Nothing, Optional tenantCategory As Nullable(Of TenantCategory) = Nothing, Optional country As String = Nothing, Optional countryCode As String = Nothing, Optional displayName As String = Nothing, Optional domains As IList(Of String) = Nothing, Optional defaultDomain As String = Nothing, Optional tenantType As String = Nothing, Optional tenantBrandingLogoUrl As String = Nothing)

パラメーター

id
String

テナントの完全修飾 ID。 たとえば、/tenants/00000000-0000-0000-0000-000000000000000000000000

tenantId
String

テナント ID。 たとえば、000000000-0000-0000-0000-000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

tenantCategory
Nullable<TenantCategory>

テナントのカテゴリ。 使用可能な値は、'Home'、'ProjectedBy'、'ManagedBy' です。

country
String

テナントのアドレスの国/地域名。

countryCode
String

テナントの国/地域の省略形。

displayName
String

テナントの表示名。

domains
IList<String>

テナントのドメインの一覧。

defaultDomain
String

テナントの既定のドメイン。

tenantType
String

テナントの種類。 "ホーム" テナント カテゴリでのみ使用できます。

tenantBrandingLogoUrl
String

テナントのブランド化ロゴ URL。 "ホーム" テナント カテゴリでのみ使用できます。

適用対象