Dela via


FrontDoorCertificateSource Struct

Definition

Defines the source of the SSL certificate.

public readonly struct FrontDoorCertificateSource : IEquatable<Azure.ResourceManager.FrontDoor.Models.FrontDoorCertificateSource>
type FrontDoorCertificateSource = struct
Public Structure FrontDoorCertificateSource
Implements IEquatable(Of FrontDoorCertificateSource)
Inheritance
FrontDoorCertificateSource
Implements

Constructors

FrontDoorCertificateSource(String)

Initializes a new instance of FrontDoorCertificateSource.

Properties

AzureKeyVault

AzureKeyVault.

FrontDoor

FrontDoor.

Methods

Equals(FrontDoorCertificateSource)

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(FrontDoorCertificateSource, FrontDoorCertificateSource)

Determines if two FrontDoorCertificateSource values are the same.

Implicit(String to FrontDoorCertificateSource)

Converts a string to a FrontDoorCertificateSource.

Inequality(FrontDoorCertificateSource, FrontDoorCertificateSource)

Determines if two FrontDoorCertificateSource values are not the same.

Applies to