AppServiceCertificateOrdersOperationsExtensions.UpdateCertificateAsync 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.
Creates or updates a certificate and associates with key vault secret.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateResourceInner> UpdateCertificateAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrdersOperations operations, string resourceGroupName, string certificateOrderName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificatePatchResource keyVaultCertificate, System.Threading.CancellationToken cancellationToken = default);
static member UpdateCertificateAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrdersOperations * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificatePatchResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateResourceInner>
<Extension()>
Public Function UpdateCertificateAsync (operations As IAppServiceCertificateOrdersOperations, resourceGroupName As String, certificateOrderName As String, name As String, keyVaultCertificate As AppServiceCertificatePatchResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AppServiceCertificateResourceInner)
Parameters
- operations
- IAppServiceCertificateOrdersOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group to which the resource belongs.
- certificateOrderName
- String
Name of the certificate order.
- name
- String
Name of the certificate.
- keyVaultCertificate
- AppServiceCertificatePatchResource
Key vault certificate resource Id.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Description for Creates or updates a certificate and associates with key vault secret.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET