Uses of Class
com.azure.resourcemanager.frontdoor.models.CustomHttpsConfiguration
Package
Description
Package containing the service clients for FrontDoorManagementClient.
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of CustomHttpsConfiguration in com.azure.resourcemanager.frontdoor.fluent
Modifier and TypeMethodDescriptionFrontendEndpointsClient.beginEnableHttps
(String resourceGroupName, String frontDoorName, String frontendEndpointName, CustomHttpsConfiguration customHttpsConfiguration) Enables a frontendEndpoint for HTTPS traffic.FrontendEndpointsClient.beginEnableHttps
(String resourceGroupName, String frontDoorName, String frontendEndpointName, CustomHttpsConfiguration customHttpsConfiguration, com.azure.core.util.Context context) Enables a frontendEndpoint for HTTPS traffic.void
FrontendEndpointsClient.enableHttps
(String resourceGroupName, String frontDoorName, String frontendEndpointName, CustomHttpsConfiguration customHttpsConfiguration) Enables a frontendEndpoint for HTTPS traffic.void
FrontendEndpointsClient.enableHttps
(String resourceGroupName, String frontDoorName, String frontendEndpointName, CustomHttpsConfiguration customHttpsConfiguration, com.azure.core.util.Context context) Enables a frontendEndpoint for HTTPS traffic. -
Uses of CustomHttpsConfiguration in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeMethodDescriptionFrontendEndpointInner.customHttpsConfiguration()
Get the customHttpsConfiguration property: The configuration specifying how to enable HTTPS.FrontendEndpointProperties.customHttpsConfiguration()
Get the customHttpsConfiguration property: The configuration specifying how to enable HTTPS. -
Uses of CustomHttpsConfiguration in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionFrontendEndpoint.customHttpsConfiguration()
Gets the customHttpsConfiguration property: The configuration specifying how to enable HTTPS.CustomHttpsConfiguration.withCertificateSource
(FrontDoorCertificateSource certificateSource) Set the certificateSource property: Defines the source of the SSL certificate.CustomHttpsConfiguration.withCertificateType
(FrontDoorCertificateType certificateType) Set the certificateType property: Defines the type of the certificate used for secure connections to a frontendEndpoint.CustomHttpsConfiguration.withMinimumTlsVersion
(MinimumTlsVersion minimumTlsVersion) Set the minimumTlsVersion property: The minimum TLS version required from the clients to establish an SSL handshake with Front Door.CustomHttpsConfiguration.withProtocolType
(FrontDoorTlsProtocolType protocolType) Set the protocolType property: Defines the TLS extension protocol that is used for secure delivery.CustomHttpsConfiguration.withSecretName
(String secretName) Set the secretName property: The name of the Key Vault secret representing the full certificate PFX.CustomHttpsConfiguration.withSecretVersion
(String secretVersion) Set the secretVersion property: The version of the Key Vault secret representing the full certificate PFX.CustomHttpsConfiguration.withVault
(KeyVaultCertificateSourceParametersVault vault) Set the vault property: The Key Vault containing the SSL certificate.Modifier and TypeMethodDescriptionvoid
FrontendEndpoints.enableHttps
(String resourceGroupName, String frontDoorName, String frontendEndpointName, CustomHttpsConfiguration customHttpsConfiguration) Enables a frontendEndpoint for HTTPS traffic.void
FrontendEndpoints.enableHttps
(String resourceGroupName, String frontDoorName, String frontendEndpointName, CustomHttpsConfiguration customHttpsConfiguration, com.azure.core.util.Context context) Enables a frontendEndpoint for HTTPS traffic.