你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchCertificateFormat Struct

Definition

BatchCertificateFormat enums.

public readonly struct BatchCertificateFormat : IEquatable<Azure.Compute.Batch.BatchCertificateFormat>
type BatchCertificateFormat = struct
Public Structure BatchCertificateFormat
Implements IEquatable(Of BatchCertificateFormat)
Inheritance
BatchCertificateFormat
Implements

Constructors

BatchCertificateFormat(String)

Initializes a new instance of BatchCertificateFormat.

Properties

Cer

The Certificate is a base64-encoded X.509 Certificate.

Pfx

The Certificate is a PFX (PKCS#12) formatted Certificate or Certificate chain.

Methods

Equals(BatchCertificateFormat)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(BatchCertificateFormat, BatchCertificateFormat)

Determines if two BatchCertificateFormat values are the same.

Implicit(String to BatchCertificateFormat)

Converts a String to a BatchCertificateFormat.

Inequality(BatchCertificateFormat, BatchCertificateFormat)

Determines if two BatchCertificateFormat values are not the same.

Applies to