SqlServerDatabasePropertiesOutput interface
The properties of sql server database.
- Extends
Properties
| server |
The server endpoint of sql server database. |
Inherited Properties
| collection | The reference to collection. |
| created |
The create time of data source. |
| data |
Data source collection moving state. |
| data |
Data use governance. |
| last |
The last modified time of data source. |
| location | Location. |
| resource |
Resource group. |
| resource |
Resource id. |
| resource |
Resource name. |
| subscription |
Subscription id. |
Property Details
serverEndpoint
The server endpoint of sql server database.
serverEndpoint?: string
Property Value
string
Inherited Property Details
collection
The reference to collection.
collection?: CollectionReferenceOutput
Property Value
Inherited From AzureDataSourcePropertiesOutput.collection
createdAt
The create time of data source.
createdAt?: string
Property Value
string
Inherited From AzureDataSourcePropertiesOutput.createdAt
dataSourceCollectionMovingState
Data source collection moving state.
dataSourceCollectionMovingState?: "Failed" | "Active" | "Moving"
Property Value
"Failed" | "Active" | "Moving"
Inherited From AzureDataSourcePropertiesOutput.dataSourceCollectionMovingState
dataUseGovernance
Data use governance.
dataUseGovernance?: "Enabled" | "Disabled" | "DisabledByAnotherAccount" | "EnabledAtAncestorScope"
Property Value
"Enabled" | "Disabled" | "DisabledByAnotherAccount" | "EnabledAtAncestorScope"
Inherited From AzureDataSourcePropertiesOutput.dataUseGovernance
lastModifiedAt
The last modified time of data source.
lastModifiedAt?: string
Property Value
string
Inherited From AzureDataSourcePropertiesOutput.lastModifiedAt
location
Location.
location?: string
Property Value
string
Inherited From AzureDataSourcePropertiesOutput.location
resourceGroup
Resource group.
resourceGroup?: string
Property Value
string
Inherited From AzureDataSourcePropertiesOutput.resourceGroup
resourceId
Resource id.
resourceId?: string
Property Value
string
Inherited From AzureDataSourcePropertiesOutput.resourceId
resourceName
Resource name.
resourceName?: string
Property Value
string
Inherited From AzureDataSourcePropertiesOutput.resourceName
subscriptionId
Subscription id.
subscriptionId?: string
Property Value
string
Inherited From AzureDataSourcePropertiesOutput.subscriptionId