SqlServerDataFeedSource.AuthenticationType 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
に 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() |
このインスタンスの完全修飾型名を返します。 |
演算子
適用対象
Azure SDK for .NET