你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlConnectionStringCredentialEntity Class

Definition

The AzureSQLConnectionStringCredential.

public class SqlConnectionStringCredentialEntity : Azure.AI.MetricsAdvisor.Administration.DataSourceCredentialEntity
type SqlConnectionStringCredentialEntity = class
    inherit DataSourceCredentialEntity
Public Class SqlConnectionStringCredentialEntity
Inherits DataSourceCredentialEntity
Inheritance
SqlConnectionStringCredentialEntity

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.

Applies to