Uses of Class
com.azure.resourcemanager.frontdoor.models.FrontDoorTlsProtocolType
Packages that use FrontDoorTlsProtocolType
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of FrontDoorTlsProtocolType in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as FrontDoorTlsProtocolTypeModifier and TypeFieldDescriptionstatic final FrontDoorTlsProtocolTypeFrontDoorTlsProtocolType.SERVER_NAME_INDICATIONStatic value ServerNameIndication for FrontDoorTlsProtocolType.Methods in com.azure.resourcemanager.frontdoor.models that return FrontDoorTlsProtocolTypeModifier and TypeMethodDescriptionstatic FrontDoorTlsProtocolTypeFrontDoorTlsProtocolType.fromString(String name) Creates or finds a FrontDoorTlsProtocolType from its string representation.CustomHttpsConfiguration.protocolType()Get the protocolType property: Defines the TLS extension protocol that is used for secure delivery.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type FrontDoorTlsProtocolTypeModifier and TypeMethodDescriptionstatic Collection<FrontDoorTlsProtocolType>FrontDoorTlsProtocolType.values()Gets known FrontDoorTlsProtocolType values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type FrontDoorTlsProtocolTypeModifier and TypeMethodDescriptionCustomHttpsConfiguration.withProtocolType(FrontDoorTlsProtocolType protocolType) Set the protocolType property: Defines the TLS extension protocol that is used for secure delivery.