FrontDoorCertificateType Struct

Definition

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

Gets the AzureFirstPartyManagedCertificate.

CustomerCertificate

Gets the CustomerCertificate.

ManagedCertificate

Gets the 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.

Implicit(String to Nullable<FrontDoorCertificateType>)
Inequality(FrontDoorCertificateType, FrontDoorCertificateType)

Determines if two FrontDoorCertificateType values are not the same.

Applies to