Uses of Class
com.azure.resourcemanager.frontdoor.models.FrontDoorCertificateType
Packages that use FrontDoorCertificateType
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of FrontDoorCertificateType in com.azure.resourcemanager.frontdoor.fluent.models
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return FrontDoorCertificateTypeModifier and TypeMethodDescriptionFrontDoorCertificateSourceParameters.certificateType()Get the certificateType property: Defines the type of the certificate used for secure connections to a frontendEndpoint.Methods in com.azure.resourcemanager.frontdoor.fluent.models with parameters of type FrontDoorCertificateTypeModifier and TypeMethodDescriptionFrontDoorCertificateSourceParameters.withCertificateType(FrontDoorCertificateType certificateType) Set the certificateType property: Defines the type of the certificate used for secure connections to a frontendEndpoint. -
Uses of FrontDoorCertificateType in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as FrontDoorCertificateTypeModifier and TypeFieldDescriptionstatic final FrontDoorCertificateTypeFrontDoorCertificateType.DEDICATEDStatic value Dedicated for FrontDoorCertificateType.Methods in com.azure.resourcemanager.frontdoor.models that return FrontDoorCertificateTypeModifier and TypeMethodDescriptionCustomHttpsConfiguration.certificateType()Get the certificateType property: Defines the type of the certificate used for secure connections to a frontendEndpoint.static FrontDoorCertificateTypeFrontDoorCertificateType.fromString(String name) Creates or finds a FrontDoorCertificateType from its string representation.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type FrontDoorCertificateTypeModifier and TypeMethodDescriptionstatic Collection<FrontDoorCertificateType>FrontDoorCertificateType.values()Gets known FrontDoorCertificateType values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type FrontDoorCertificateTypeModifier and TypeMethodDescriptionCustomHttpsConfiguration.withCertificateType(FrontDoorCertificateType certificateType) Set the certificateType property: Defines the type of the certificate used for secure connections to a frontendEndpoint.