CertificateOperationsExtensions.Update 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
This operation is deprecated. Please do not use it any longer.
기존 인증서의 속성을 업데이트.
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static Microsoft.Azure.Management.Batch.Models.Certificate Update (this Microsoft.Azure.Management.Batch.ICertificateOperations operations, string resourceGroupName, string accountName, string certificateName, Microsoft.Azure.Management.Batch.Models.CertificateCreateOrUpdateParameters parameters, string ifMatch = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member Update : Microsoft.Azure.Management.Batch.ICertificateOperations * string * string * string * Microsoft.Azure.Management.Batch.Models.CertificateCreateOrUpdateParameters * string -> Microsoft.Azure.Management.Batch.Models.Certificate
<Extension()>
Public Function Update (operations As ICertificateOperations, resourceGroupName As String, accountName As String, certificateName As String, parameters As CertificateCreateOrUpdateParameters, Optional ifMatch As String = Nothing) As Certificate
매개 변수
- operations
- ICertificateOperations
이 확장 메서드에 대한 작업 그룹입니다.
- resourceGroupName
- String
Batch 계정을 포함하는 리소스 그룹의 이름입니다.
- accountName
- String
Batch 계정의 이름입니다.
- certificateName
- String
인증서의 식별자입니다. 이는 대시로 구분된 알고리즘 및 지문으로 구성되어야 하며 요청의 인증서 데이터와 일치해야 합니다. 예를 들어 SHA1-a3d1c5입니다.
- parameters
- CertificateCreateOrUpdateParameters
업데이트할 인증서 엔터티입니다.
- ifMatch
- String
업데이트할 인증서의 ETag(엔터티 상태) 버전입니다. 이 값을 생략하거나 "*"로 설정하여 무조건 작업을 적용할 수 있습니다.
반환
- 특성
설명
경고: 이 작업은 더 이상 사용되지 않으며 2024년 2월 이후에 제거됩니다. 대신 [Azure KeyVault 확장](https://zcusa.951200.xyz/azure/batch/batch-certificate-migration-guide) 을 사용하세요.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET