Uses of Class
com.azure.resourcemanager.frontdoor.models.FrontDoorCertificateSource
Packages that use FrontDoorCertificateSource
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of FrontDoorCertificateSource in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as FrontDoorCertificateSourceModifier and TypeFieldDescriptionstatic final FrontDoorCertificateSourceFrontDoorCertificateSource.AZURE_KEY_VAULTStatic value AzureKeyVault for FrontDoorCertificateSource.static final FrontDoorCertificateSourceFrontDoorCertificateSource.FRONT_DOORStatic value FrontDoor for FrontDoorCertificateSource.Methods in com.azure.resourcemanager.frontdoor.models that return FrontDoorCertificateSourceModifier and TypeMethodDescriptionCustomHttpsConfiguration.certificateSource()Get the certificateSource property: Defines the source of the SSL certificate.static FrontDoorCertificateSourceFrontDoorCertificateSource.fromString(String name) Creates or finds a FrontDoorCertificateSource from its string representation.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type FrontDoorCertificateSourceModifier and TypeMethodDescriptionstatic Collection<FrontDoorCertificateSource>FrontDoorCertificateSource.values()Gets known FrontDoorCertificateSource values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type FrontDoorCertificateSourceModifier and TypeMethodDescriptionCustomHttpsConfiguration.withCertificateSource(FrontDoorCertificateSource certificateSource) Set the certificateSource property: Defines the source of the SSL certificate.