次の方法で共有


Subscription クラス

定義

サブスクリプション情報です。

public class Subscription
type Subscription = class
Public Class Subscription
継承
Subscription

コンストラクター

Subscription()

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

Subscription(String, String, String, String, Nullable<SubscriptionState>, SubscriptionPolicies, String, IList<ManagedByTenant>, IDictionary<String, String>)

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

プロパティ

AuthorizationSource

要求の承認ソースを取得または設定します。 有効な値は、レガシ、RoleBased、Bypassed、Direct、Management の 1 つ以上の組み合わせです。 たとえば、'Legacy, RoleBased' などです。

DisplayName

サブスクリプションの表示名を取得します。

Id

サブスクリプションの完全修飾 ID を取得します。 たとえば、/subscriptions/00000000-0000-0000-0000-000000000000 です。

ManagedByTenants

サブスクリプションを管理するテナントを含む配列を取得または設定します。

State

サブスクリプションの状態を取得します。 有効な値は、Enabled、Warned、PastDue、Disabled、Deleted です。 使用可能な値は、'Enabled'、'Warned'、'PastDue'、'Disabled'、'Deleted' です。

SubscriptionId

サブスクリプション ID を取得します。

SubscriptionPolicies

サブスクリプション ポリシーを取得または設定します。

Tags

サブスクリプションにアタッチされているタグを取得または設定します。

TenantId

サブスクリプション テナント ID を取得します。

適用対象