次の方法で共有


SubscriptionModel クラス

定義

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

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

コンストラクター

SubscriptionModel()

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

SubscriptionModel(String, String, String, Nullable<SubscriptionState>, SubscriptionPolicies, String)

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

プロパティ

AuthorizationSource

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

DisplayName

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

Id

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

State

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

SubscriptionId

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

SubscriptionPolicies

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

適用対象