다음을 통해 공유


CertificateCreateOrUpdateParameters 클래스

정의

인증서에 대한 정보를 포함합니다.

[Microsoft.Rest.Serialization.JsonTransformation]
public class CertificateCreateOrUpdateParameters : Microsoft.Azure.Management.Batch.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CertificateCreateOrUpdateParameters = class
    inherit ProxyResource
Public Class CertificateCreateOrUpdateParameters
Inherits ProxyResource
상속
CertificateCreateOrUpdateParameters
특성

생성자

CertificateCreateOrUpdateParameters()

CertificateCreateOrUpdateParameters 클래스의 새 instance 초기화합니다.

CertificateCreateOrUpdateParameters(String, String, String, String, String, String, String, CertificateFormat, String)

CertificateCreateOrUpdateParameters 클래스의 새 instance 초기화합니다.

속성

Data

인증서의 base64로 인코딩된 콘텐츠를 가져오거나 설정합니다.

Etag

동시성 문에 사용되는 리소스의 ETag를 가져옵니다.

(다음에서 상속됨 ProxyResource)
Format

인증서 형식(Pfx 또는 Cer)을 가져오거나 설정합니다. 생략하면 기본값은 Pfx입니다. 가능한 값은 'Pfx', 'Cer'입니다.

Id

리소스의 ID를 가져옵니다.

(다음에서 상속됨 ProxyResource)
Name

리소스의 이름을 가져옵니다.

(다음에서 상속됨 ProxyResource)
Password

인증서의 프라이빗 키에 액세스할 암호를 가져오거나 설정합니다.

Thumbprint

인증서의 지문을 가져오거나 설정합니다.

ThumbprintAlgorithm

인증서 지문의 알고리즘을 가져오거나 설정합니다.

Type

리소스의 형식을 가져옵니다.

(다음에서 상속됨 ProxyResource)

메서드

Validate()

개체의 유효성을 검사합니다.

적용 대상