Uses of Class
com.azure.resourcemanager.frontdoor.models.FrontDoorCertificateSource
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of FrontDoorCertificateSource in com.azure.resourcemanager.frontdoor.models
Modifier and TypeFieldDescriptionstatic final FrontDoorCertificateSource
FrontDoorCertificateSource.AZURE_KEY_VAULT
Static value AzureKeyVault for FrontDoorCertificateSource.static final FrontDoorCertificateSource
FrontDoorCertificateSource.FRONT_DOOR
Static value FrontDoor for FrontDoorCertificateSource.Modifier and TypeMethodDescriptionCustomHttpsConfiguration.certificateSource()
Get the certificateSource property: Defines the source of the SSL certificate.static FrontDoorCertificateSource
FrontDoorCertificateSource.fromString
(String name) Creates or finds a FrontDoorCertificateSource from its string representation.Modifier and TypeMethodDescriptionstatic Collection<FrontDoorCertificateSource>
FrontDoorCertificateSource.values()
Gets known FrontDoorCertificateSource values.Modifier and TypeMethodDescriptionCustomHttpsConfiguration.withCertificateSource
(FrontDoorCertificateSource certificateSource) Set the certificateSource property: Defines the source of the SSL certificate.