Share via


AzureSubscriptionProperties interface

Properties of azure subscription.

Extends

Properties

dataUseGovernance

The data use governance of azure subscription.

resourceId

The resource ID of azure subscription.

subscriptionId

The subscription ID of azure subscription.

Inherited Properties

collection

The reference to collection.

dataSourceCollectionMovingState

Data source collection moving state.

Property Details

dataUseGovernance

The data use governance of azure subscription.

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

Property Value

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

resourceId

The resource ID of azure subscription.

resourceId?: string

Property Value

string

subscriptionId

The subscription ID of azure subscription.

subscriptionId?: string

Property Value

string

Inherited Property Details

collection

The reference to collection.

collection?: CollectionReference

Property Value

Inherited From DataSourceProperties.collection

dataSourceCollectionMovingState

Data source collection moving state.

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

Property Value

"Failed" | "Active" | "Moving"

Inherited From DataSourceProperties.dataSourceCollectionMovingState