CertificateType 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.
The type of the certificate. Allowed values are ServerSSLCertificate and ImagePullTrustedCA.
public readonly struct CertificateType : IEquatable<Azure.ResourceManager.AppContainers.Models.CertificateType>
type CertificateType = struct
Public Structure CertificateType
Implements IEquatable(Of CertificateType)
- Inheritance
-
CertificateType
- Implements
Constructors
| Name | Description |
|---|---|
| CertificateType(String) |
Initializes a new instance of CertificateType. |
Properties
| Name | Description |
|---|---|
| ImagePullTrustedCA |
ImagePullTrustedCA. |
| ServerSslCertificate |
ServerSSLCertificate. |
Methods
| Name | Description |
|---|---|
| Equals(CertificateType) |
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
| Name | Description |
|---|---|
| Equality(CertificateType, CertificateType) |
Determines if two CertificateType values are the same. |
| Implicit(String to CertificateType) |
Converts a string to a CertificateType. |
| Implicit(String to Nullable<CertificateType>) | |
| Inequality(CertificateType, CertificateType) |
Determines if two CertificateType values are not the same. |