AppServiceCertificateOrderResource.ResendRequestEmails Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resend domain verification ownership email containing steps on how to verify a domain for a given certificate order
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/resendRequestEmails
- Operation Id: AppServiceCertificateOrders_ResendRequestEmails
- Default Api Version: 2024-04-01
- Resource: AppServiceCertificateOrderResource
public virtual Azure.Response ResendRequestEmails (Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier nameIdentifier, System.Threading.CancellationToken cancellationToken = default);
abstract member ResendRequestEmails : Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier * System.Threading.CancellationToken -> Azure.Response
override this.ResendRequestEmails : Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function ResendRequestEmails (nameIdentifier As AppServiceDomainNameIdentifier, Optional cancellationToken As CancellationToken = Nothing) As Response
Parameters
- nameIdentifier
- AppServiceDomainNameIdentifier
Email address.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
nameIdentifier
is null.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET