IAppServiceCertificateOrdersOperations.UpdateWithHttpMessagesAsync Method

Definition

Create or update a certificate purchase order.

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

Parameters

resourceGroupName
String

Name of the resource group to which the resource belongs.

certificateOrderName
String

Name of the certificate order.

certificateDistinguishedName
AppServiceCertificateOrderPatchResource

Distinguished name to use for the certificate order.

customHeaders
Dictionary<String,List<String>>

The headers that will be added to request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Exceptions

Thrown when the operation returned an invalid status code

Thrown when unable to deserialize the response

Thrown when a required parameter is null

Remarks

Description for Create or update a certificate purchase order.

Applies to