次の方法で共有


ServerKey コンストラクター

定義

オーバーロード

ServerKey()

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

ServerKey(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<Boolean>)

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

ServerKey()

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

public ServerKey();
Public Sub New ()

適用対象

ServerKey(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<Boolean>)

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

public ServerKey(string serverKeyType, string id = default, string name = default, string type = default, string kind = default, string location = default, string subregion = default, string uri = default, string thumbprint = default, DateTime? creationDate = default, bool? autoRotationEnabled = default);
new Microsoft.Azure.Management.Sql.Models.ServerKey : string * string * string * string * string * string * string * string * string * Nullable<DateTime> * Nullable<bool> -> Microsoft.Azure.Management.Sql.Models.ServerKey
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 uri As String = Nothing, Optional thumbprint As String = Nothing, Optional creationDate As Nullable(Of DateTime) = 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

サーバー キーのサブ領域。

uri
String

サーバー キーの URI。 ServerKeyType が AzureKeyVault の場合は、URI が必要です。

thumbprint
String

サーバー キーの拇印。

creationDate
Nullable<DateTime>

サーバー キーの作成日。

autoRotationEnabled
Nullable<Boolean>

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

適用対象