AzureSubscriptionProperties interface
Azure 訂用帳戶的屬性。
- Extends
屬性
| data |
數據會使用 Azure 訂用帳戶的治理。 |
| resource |
Azure 訂用帳戶的資源標識碼。 |
| subscription |
Azure 訂用帳戶的訂用帳戶標識碼。 |
繼承的屬性
| collection | 集合的參考。 |
| data |
數據源集合移動狀態。 |
屬性詳細資料
dataUseGovernance
數據會使用 Azure 訂用帳戶的治理。
dataUseGovernance?: "Enabled" | "Disabled" | "DisabledByAnotherAccount" | "EnabledAtAncestorScope"
屬性值
"Enabled" | "Disabled" | "DisabledByAnotherAccount" | "EnabledAtAncestorScope"
resourceId
Azure 訂用帳戶的資源標識碼。
resourceId?: string
屬性值
string
subscriptionId
Azure 訂用帳戶的訂用帳戶標識碼。
subscriptionId?: string
屬性值
string
繼承的屬性詳細資料
collection
dataSourceCollectionMovingState
數據源集合移動狀態。
dataSourceCollectionMovingState?: "Failed" | "Active" | "Moving"
屬性值
"Failed" | "Active" | "Moving"