次の方法で共有


TdeCertificatesOperationsExtensions.Create メソッド

定義

特定のサーバーの TDE 証明書を作成します。

public static void Create (this Microsoft.Azure.Management.Sql.ITdeCertificatesOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.Models.TdeCertificate parameters);
static member Create : Microsoft.Azure.Management.Sql.ITdeCertificatesOperations * string * string * Microsoft.Azure.Management.Sql.Models.TdeCertificate -> unit
<Extension()>
Public Sub Create (operations As ITdeCertificatesOperations, resourceGroupName As String, serverName As String, parameters As TdeCertificate)

パラメーター

operations
ITdeCertificatesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName
String

サーバーの名前。

parameters
TdeCertificate

作成または更新する要求された TDE 証明書。

適用対象