次の方法で共有


LinkedSubscription interface

認証プロセス中に見つかったサブスクリプションに関する情報を提供します。 この型の構造は、ResourceManager API への要求を行うことによって取得されるサブスクリプション オブジェクトとは異なります。

プロパティ

authorizationSource

サブスクリプションの承認ソース: "RoleBased"、"Legacy"、"Bypassed"、"Direct"、"Management"。 また、"Bypassed, Direct, Management" の値を含むコンマ区切りの文字列を指定することもできます。

environmentName

サブスクリプションが存在する環境名。 使用可能な値: "AzureCloud"、"AzureChinaCloud"、"AzureUSGovernment"、"AzureGermanCloud"、または "Dogfood" のような他のカスタム/内部環境名。

id

サブスクリプション ID(通常は GUID)。

name

サブスクリプションの表示名。

state

サブスクリプションの状態。 値の例: "Enabled"、"Disabled"、"Warned"、"PastDue"、"Deleted"。

tenantId

サブスクリプションが属しているテナント。

user

サブスクリプションに関連付けられているユーザー。 ユーザーまたは serviceprincipal を指定できます。

プロパティの詳細

authorizationSource

サブスクリプションの承認ソース: "RoleBased"、"Legacy"、"Bypassed"、"Direct"、"Management"。 また、"Bypassed, Direct, Management" の値を含むコンマ区切りの文字列を指定することもできます。

authorizationSource: string

プロパティ値

string

environmentName

サブスクリプションが存在する環境名。 使用可能な値: "AzureCloud"、"AzureChinaCloud"、"AzureUSGovernment"、"AzureGermanCloud"、または "Dogfood" のような他のカスタム/内部環境名。

environmentName: string

プロパティ値

string

id

サブスクリプション ID(通常は GUID)。

id: string

プロパティ値

string

name

サブスクリプションの表示名。

name: string

プロパティ値

string

state

サブスクリプションの状態。 値の例: "Enabled"、"Disabled"、"Warned"、"PastDue"、"Deleted"。

state: string

プロパティ値

string

tenantId

サブスクリプションが属しているテナント。

tenantId: string

プロパティ値

string

user

サブスクリプションに関連付けられているユーザー。 ユーザーまたは serviceprincipal を指定できます。

user: LinkedUser

プロパティ値