SubscriptionState interface
Subscription State オブジェクト。
プロパティ
istransitioning | 移行中です。このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。 |
properties | サブスクリプション状態のプロパティ。 |
state | Azure サブスクリプションの状態 |
プロパティの詳細
istransitioning
移行中です。このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。
istransitioning?: boolean
プロパティ値
boolean
properties
サブスクリプション状態のプロパティ。
properties?: Record<string, unknown>
プロパティ値
Record<string, unknown>
state
Azure サブスクリプションの状態
state?: string
プロパティ値
string