DataSourceSqlConnectionString interface
SqlServer Data Source Credential User is required to specify connectionString for Create. connectionString being a secret is not returned by service.
- Extends
Properties
connection |
The connection string for SqlServer Data Source Credential. Required by user for Create. Not returned by service. |
type | Azure Sql Connection String credential |
Inherited Properties
description | Description of data source credential |
id | Unique id of data source credential NOTE: This property will not be serialized. It can only be populated by the server. |
name | Name of data source credential |
Property Details
connectionString
The connection string for SqlServer Data Source Credential. Required by user for Create. Not returned by service.
connectionString?: string
Property Value
string
type
Azure Sql Connection String credential
type: "AzureSQLConnectionString"
Property Value
"AzureSQLConnectionString"
Inherited Property Details
description
Description of data source credential
description?: string
Property Value
string
Inherited From DataSourceCredentialEntity.description
id
Unique id of data source credential NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From DataSourceCredentialEntity.id
name
Name of data source credential
name: string
Property Value
string
Inherited From DataSourceCredentialEntity.name