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?: stringProperty Value
string
type
Azure Sql Connection String credential
type: "AzureSQLConnectionString"Property Value
"AzureSQLConnectionString"
Inherited Property Details
description
Description of data source credential
description?: stringProperty 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?: stringProperty Value
string
Inherited From DataSourceCredentialEntity.id
name
Name of data source credential
name: stringProperty Value
string
Inherited From DataSourceCredentialEntity.name