Share via


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