次の方法で共有


IAppServiceCertificateOrdersOperations.ResendRequestEmailsWithHttpMessagesAsync メソッド

定義

この証明書の注文について、ドメイン検証メールを顧客に再送信する

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> ResendRequestEmailsWithHttpMessagesAsync (string resourceGroupName, string certificateOrderName, Microsoft.Azure.Management.WebSites.Models.NameIdentifier nameIdentifier, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ResendRequestEmailsWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.WebSites.Models.NameIdentifier * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function ResendRequestEmailsWithHttpMessagesAsync (resourceGroupName As String, certificateOrderName As String, nameIdentifier As NameIdentifier, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

パラメーター

resourceGroupName
String

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

certificateOrderName
String

証明書の注文の名前。

nameIdentifier
NameIdentifier

電子メール アドレス

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

操作が無効な状態コードを返したときにスローされます

必須パラメーターが null の場合にスローされます

注釈

特定の証明書注文のドメインを確認する方法に関する手順を含むドメイン検証所有権の電子メールを再送信します

適用対象