Sdílet prostřednictvím


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

FrontDoorCertificateType(String)

Initializes a new instance of FrontDoorCertificateType.

Properties

AzureFirstPartyManagedCertificate

AzureFirstPartyManagedCertificate.

CustomerCertificate

CustomerCertificate.

ManagedCertificate

ManagedCertificate.

Methods

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

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.

Applies to