FrontDoorCertificateType 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.
Defines the source of the SSL certificate.
public readonly struct FrontDoorCertificateType : IEquatable<Azure.ResourceManager.Cdn.Models.FrontDoorCertificateType>
type FrontDoorCertificateType = struct
Public Structure FrontDoorCertificateType
Implements IEquatable(Of FrontDoorCertificateType)
- Inheritance
-
FrontDoorCertificateType
- Implements
Constructors
| Name | Description |
|---|---|
| FrontDoorCertificateType(String) |
Initializes a new instance of FrontDoorCertificateType. |
Properties
| Name | Description |
|---|---|
| AzureFirstPartyManagedCertificate |
AzureFirstPartyManagedCertificate. |
| CustomerCertificate |
CustomerCertificate. |
| ManagedCertificate |
ManagedCertificate. |
Methods
| Name | Description |
|---|---|
| Equals(FrontDoorCertificateType) |
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(FrontDoorCertificateType, FrontDoorCertificateType) |
Determines if two FrontDoorCertificateType values are the same. |
| Implicit(String to FrontDoorCertificateType) |
Converts a String to a FrontDoorCertificateType. |
| Inequality(FrontDoorCertificateType, FrontDoorCertificateType) |
Determines if two FrontDoorCertificateType values are not the same. |