SqlConnectionStringCredentialEntity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The AzureSQLConnectionStringCredential.
public class SqlConnectionStringCredentialEntity : Azure.AI.MetricsAdvisor.Administration.DataSourceCredentialEntity
type SqlConnectionStringCredentialEntity = class
inherit DataSourceCredentialEntity
Public Class SqlConnectionStringCredentialEntity
Inherits DataSourceCredentialEntity
- Inheritance
Remarks
In order to create a credential entity, you must pass this instance to the method CreateDataSourceCredentialAsync(DataSourceCredentialEntity, CancellationToken).
Constructors
SqlConnectionStringCredentialEntity(String, String) |
Initializes a new instance of the SqlConnectionStringCredentialEntity class. |
Properties
CredentialKind |
The credential kind. (Inherited from DataSourceCredentialEntity) |
Description |
A description of this DataSourceCredentialEntity. Defaults to an empty string. (Inherited from DataSourceCredentialEntity) |
Id |
The unique identifier of this DataSourceCredentialEntity. (Inherited from DataSourceCredentialEntity) |
Name |
A custom name for this DataSourceCredentialEntity to be displayed on the web portal. Data feed names must be unique across the same Metris Advisor resource. (Inherited from DataSourceCredentialEntity) |
Methods
UpdateConnectionString(String) |
Updates the connection string. |