次の方法で共有


AppServiceCertificateOrdersOperationsExtensions.ResendEmail メソッド

定義

証明書の電子メールを再送信します。

public static void ResendEmail (this Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations operations, string resourceGroupName, string certificateOrderName);
static member ResendEmail : Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations * string * string -> unit
<Extension()>
Public Sub ResendEmail (operations As IAppServiceCertificateOrdersOperations, resourceGroupName As String, certificateOrderName As String)

パラメーター

operations
IAppServiceCertificateOrdersOperations

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

resourceGroupName
String

リソースが属しているリソース グループの名前。

certificateOrderName
String

証明書の注文の名前。

注釈

証明書の電子メールを再送信する方法の説明。

適用対象