AzureSubscriptionProperties interface
Azure サブスクリプションのプロパティ。
- Extends
プロパティ
| data |
データは Azure サブスクリプションのガバナンスを使用します。 |
| resource |
Azure サブスクリプションのリソース ID。 |
| subscription |
Azure サブスクリプションのサブスクリプション ID。 |
継承されたプロパティ
| collection | コレクションへの参照。 |
| data |
データ ソース コレクションの移動状態。 |
プロパティの詳細
dataUseGovernance
データは Azure サブスクリプションのガバナンスを使用します。
dataUseGovernance?: "Enabled" | "Disabled" | "DisabledByAnotherAccount" | "EnabledAtAncestorScope"
プロパティ値
"Enabled" | "Disabled" | "DisabledByAnotherAccount" | "EnabledAtAncestorScope"
resourceId
Azure サブスクリプションのリソース ID。
resourceId?: string
プロパティ値
string
subscriptionId
Azure サブスクリプションのサブスクリプション ID。
subscriptionId?: string
プロパティ値
string
継承されたプロパティの詳細
collection
dataSourceCollectionMovingState
データ ソース コレクションの移動状態。
dataSourceCollectionMovingState?: "Failed" | "Active" | "Moving"
プロパティ値
"Failed" | "Active" | "Moving"
DataSourceProperties.dataSourceCollectionMovingState から継承された