Freigeben über


FrontDoorCertificateSourceParameters Constructors

Definition

Overloads

FrontDoorCertificateSourceParameters()

Initializes a new instance of the FrontDoorCertificateSourceParameters class.

FrontDoorCertificateSourceParameters(String)

Initializes a new instance of the FrontDoorCertificateSourceParameters class.

FrontDoorCertificateSourceParameters()

Initializes a new instance of the FrontDoorCertificateSourceParameters class.

public FrontDoorCertificateSourceParameters ();
Public Sub New ()

Applies to

FrontDoorCertificateSourceParameters(String)

Initializes a new instance of the FrontDoorCertificateSourceParameters class.

public FrontDoorCertificateSourceParameters (string certificateType = default);
new Microsoft.Azure.Management.FrontDoor.Models.FrontDoorCertificateSourceParameters : string -> Microsoft.Azure.Management.FrontDoor.Models.FrontDoorCertificateSourceParameters
Public Sub New (Optional certificateType As String = Nothing)

Parameters

certificateType
String

Defines the type of the certificate used for secure connections to a frontendEndpoint Possible values include: 'Dedicated'

Applies to