次の方法で共有


EncryptionProtector コンストラクター

定義

オーバーロード

EncryptionProtector()

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

EncryptionProtector(String, String, String, String, String, String, String, String, String, String, Nullable<Boolean>)

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

EncryptionProtector()

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

public EncryptionProtector ();
Public Sub New ()

適用対象

EncryptionProtector(String, String, String, String, String, String, String, String, String, String, Nullable<Boolean>)

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

public EncryptionProtector (string serverKeyType, string id = default, string name = default, string type = default, string kind = default, string location = default, string subregion = default, string serverKeyName = default, string uri = default, string thumbprint = default, bool? autoRotationEnabled = default);
new Microsoft.Azure.Management.Sql.Models.EncryptionProtector : string * string * string * string * string * string * string * string * string * string * Nullable<bool> -> Microsoft.Azure.Management.Sql.Models.EncryptionProtector
Public Sub New (serverKeyType As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional location As String = Nothing, Optional subregion As String = Nothing, Optional serverKeyName As String = Nothing, Optional uri As String = Nothing, Optional thumbprint As String = Nothing, Optional autoRotationEnabled As Nullable(Of Boolean) = Nothing)

パラメーター

serverKeyType
String

'ServiceManaged'、'AzureKeyVault' などの暗号化保護機能の種類。 使用可能な値は、'ServiceManaged'、'AzureKeyVault' です。

id
String

リソースの ID

name
String

リソース名。

type
String

リソースの種類。

kind
String

暗号化保護機能の種類。 これは、Azure portal エクスペリエンスに使用されるメタデータです。

location
String

リソースの場所。

subregion
String

暗号化保護機能のサブリージョン。

serverKeyName
String

サーバー キーの名前。

uri
String

サーバー キーの URI。

thumbprint
String

サーバー キーの拇印。

autoRotationEnabled
Nullable<Boolean>

キー自動ローテーションオプトイン フラグ。 true または false。

適用対象