BatchCertificateFormat Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |