次の方法で共有


AzureSubscriptionProperties interface

Azure サブスクリプションのプロパティ。

Extends

プロパティ

dataUseGovernance

データは Azure サブスクリプションのガバナンスを使用します。

resourceId

Azure サブスクリプションのリソース ID。

subscriptionId

Azure サブスクリプションのサブスクリプション ID。

継承されたプロパティ

collection

コレクションへの参照。

dataSourceCollectionMovingState

データ ソース コレクションの移動状態。

プロパティの詳細

dataUseGovernance

データは Azure サブスクリプションのガバナンスを使用します。

dataUseGovernance?: "Enabled" | "Disabled" | "DisabledByAnotherAccount" | "EnabledAtAncestorScope"

プロパティ値

"Enabled" | "Disabled" | "DisabledByAnotherAccount" | "EnabledAtAncestorScope"

resourceId

Azure サブスクリプションのリソース ID。

resourceId?: string

プロパティ値

string

subscriptionId

Azure サブスクリプションのサブスクリプション ID。

subscriptionId?: string

プロパティ値

string

継承されたプロパティの詳細

collection

コレクションへの参照。

collection?: CollectionReference

プロパティ値

DataSourceProperties.collectionから継承

dataSourceCollectionMovingState

データ ソース コレクションの移動状態。

dataSourceCollectionMovingState?: "Failed" | "Active" | "Moving"

プロパティ値

"Failed" | "Active" | "Moving"

DataSourceProperties.dataSourceCollectionMovingState から継承された