CustomHttpsConfiguration Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von CustomHttpsConfiguration.
public CustomHttpsConfiguration (Azure.ResourceManager.FrontDoor.Models.FrontDoorCertificateSource certificateSource, Azure.ResourceManager.FrontDoor.Models.FrontDoorTlsProtocolType protocolType, Azure.ResourceManager.FrontDoor.Models.FrontDoorRequiredMinimumTlsVersion minimumTlsVersion);
new Azure.ResourceManager.FrontDoor.Models.CustomHttpsConfiguration : Azure.ResourceManager.FrontDoor.Models.FrontDoorCertificateSource * Azure.ResourceManager.FrontDoor.Models.FrontDoorTlsProtocolType * Azure.ResourceManager.FrontDoor.Models.FrontDoorRequiredMinimumTlsVersion -> Azure.ResourceManager.FrontDoor.Models.CustomHttpsConfiguration
Public Sub New (certificateSource As FrontDoorCertificateSource, protocolType As FrontDoorTlsProtocolType, minimumTlsVersion As FrontDoorRequiredMinimumTlsVersion)
Parameter
- certificateSource
- FrontDoorCertificateSource
Definiert die Quelle des SSL-Zertifikats.
- protocolType
- FrontDoorTlsProtocolType
Definiert das TLS-Erweiterungsprotokoll, das für die sichere Übermittlung verwendet wird.
- minimumTlsVersion
- FrontDoorRequiredMinimumTlsVersion
Die tls-Mindestversion, die von den Clients erforderlich ist, um einen SSL-Handshake mit Front Door einzurichten.