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