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