次の方法で共有


ServerTrustCertificatesOperationsExtensions.CreateOrUpdate メソッド

定義

ボックスから Sql Managed Instanceにサーバー信頼証明書をアップロードします。

public static Microsoft.Azure.Management.Sql.Models.ServerTrustCertificate CreateOrUpdate (this Microsoft.Azure.Management.Sql.IServerTrustCertificatesOperations operations, string resourceGroupName, string managedInstanceName, string certificateName, Microsoft.Azure.Management.Sql.Models.ServerTrustCertificate parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Sql.IServerTrustCertificatesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.ServerTrustCertificate -> Microsoft.Azure.Management.Sql.Models.ServerTrustCertificate
<Extension()>
Public Function CreateOrUpdate (operations As IServerTrustCertificatesOperations, resourceGroupName As String, managedInstanceName As String, certificateName As String, parameters As ServerTrustCertificate) As ServerTrustCertificate

パラメーター

operations
IServerTrustCertificatesOperations

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

resourceGroupName
String

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

managedInstanceName
String

マネージド インスタンスの名前。

certificateName
String

アップロードする証明書の名前。

parameters
ServerTrustCertificate

サーバー信頼証明書情報。

戻り値

適用対象