다음을 통해 공유


AppServiceCertificateOrdersOperationsExtensions.UpdateCertificateAsync 메서드

정의

인증서를 만들거나 업데이트하고 키 자격 증명 모음 비밀과 연결합니다.

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)

매개 변수

operations
IAppServiceCertificateOrdersOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

리소스가 속한 리소스 그룹의 이름입니다.

certificateOrderName
String

인증서 주문의 이름입니다.

name
String

인증서의 이름입니다.

keyVaultCertificate
AppServiceCertificatePatchResource

키 자격 증명 모음 인증서 리소스 ID입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

설명

에 대한 설명 인증서를 만들거나 업데이트하고 키 자격 증명 모음 비밀과 연결합니다.

적용 대상