次の方法で共有


SqlServerDataFeedSource.AuthenticationType 構造体

定義

SqlServerDataFeedSource対するさまざまな認証方法。 一部の認証の種類では、 をサービスに含 DataSourceCredentialEntity める必要があることに注意してください。 この場合は、 プロパティ DataSourceCredentialId を設定して、使用する資格情報を指定する必要もあります。 既定値は Basic です。

public readonly struct SqlServerDataFeedSource.AuthenticationType : IEquatable<Azure.AI.MetricsAdvisor.Administration.SqlServerDataFeedSource.AuthenticationType>
type SqlServerDataFeedSource.AuthenticationType = struct
Public Structure SqlServerDataFeedSource.AuthenticationType
Implements IEquatable(Of SqlServerDataFeedSource.AuthenticationType)
継承
SqlServerDataFeedSource.AuthenticationType
実装

プロパティ

Basic

認証には Azure.AI.MetricsAdvisor.Administration.SqlServerDataFeedSource.ConnectionString 、この SqlServerDataFeedSource インスタンス内の 存在のみを使用します。

ManagedIdentity

マネージド ID 認証を使用します。

ServicePrincipal

サービス プリンシパル認証を使用します。 この種類の認証を ServicePrincipalCredentialEntity 使用するには、サーバーに が必要です。

ServicePrincipalInKeyVault

サービス プリンシパル認証を使用しますが、クライアント ID とクライアント シークレットはKey Vault リソースに格納する必要があります。 この種類の認証を ServicePrincipalInKeyVaultCredentialEntity 使用するには、サーバーに が必要です。

SqlConnectionString

認証にSQL Server接続文字列を使用します。 この種類の認証を SqlConnectionStringCredentialEntity 使用するには、サーバーに が必要です。

メソッド

Equals(SqlServerDataFeedSource+AuthenticationType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(SqlServerDataFeedSource+AuthenticationType, SqlServerDataFeedSource+AuthenticationType)

2 つの SqlServerDataFeedSource.AuthenticationType 値が同じかどうかを判断します。

Implicit(String to AuthenticationType)

stringSqlServerDataFeedSource.AuthenticationType に変換します。

Inequality(SqlServerDataFeedSource+AuthenticationType, SqlServerDataFeedSource+AuthenticationType)

2 つの SqlServerDataFeedSource.AuthenticationType 値が同じでないかどうかを判断します。

適用対象