次の方法で共有


SqlAlwaysEncryptedProperties コンストラクター

定義

オーバーロード

SqlAlwaysEncryptedProperties()

SqlAlwaysEncryptedProperties クラスの新しいインスタンスを初期化します。

SqlAlwaysEncryptedProperties(String, Object, SecretBase, CredentialReference)

SqlAlwaysEncryptedProperties クラスの新しいインスタンスを初期化します。

SqlAlwaysEncryptedProperties()

SqlAlwaysEncryptedProperties クラスの新しいインスタンスを初期化します。

public SqlAlwaysEncryptedProperties ();
Public Sub New ()

適用対象

SqlAlwaysEncryptedProperties(String, Object, SecretBase, CredentialReference)

SqlAlwaysEncryptedProperties クラスの新しいインスタンスを初期化します。

public SqlAlwaysEncryptedProperties (string alwaysEncryptedAkvAuthType, object servicePrincipalId = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase servicePrincipalKey = default, Microsoft.Azure.Management.DataFactory.Models.CredentialReference credential = default);
new Microsoft.Azure.Management.DataFactory.Models.SqlAlwaysEncryptedProperties : string * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * Microsoft.Azure.Management.DataFactory.Models.CredentialReference -> Microsoft.Azure.Management.DataFactory.Models.SqlAlwaysEncryptedProperties
Public Sub New (alwaysEncryptedAkvAuthType As String, Optional servicePrincipalId As Object = Nothing, Optional servicePrincipalKey As SecretBase = Nothing, Optional credential As CredentialReference = Nothing)

パラメーター

alwaysEncryptedAkvAuthType
String

Sql では常に AKV 認証の種類が暗号化されます。 型: string (または resultType 文字列を含む式)。 使用できる値は、'ServicePrincipal'、'ManagedIdentity'、'UserAssignedManagedIdentity' です。

servicePrincipalId
Object

Azure Key Vault認証に使用される Azure Active Directory 内のアプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。

servicePrincipalKey
SecretBase

Azure Key Vaultに対する認証に使用されるサービス プリンシパルのキー。

credential
CredentialReference

認証情報を含む資格情報参照。

適用対象