WebSiteSlotPublicCertificateResource.UpdateAsync Method

Definition

Description for Creates a hostname binding for an app.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/publicCertificates/{publicCertificateName}
  • Operation Id: WebApps_CreateOrUpdatePublicCertificateSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotPublicCertificateResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource>> UpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.PublicCertificateData data, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.PublicCertificateData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.PublicCertificateData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, data As PublicCertificateData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of WebSiteSlotPublicCertificateResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

data
PublicCertificateData

Public certificate details. This is the JSON representation of a PublicCertificate object.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to