Uses of Class
com.azure.resourcemanager.cdn.models.ProtocolType
Packages that use ProtocolType
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of ProtocolType in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as ProtocolTypeModifier and TypeFieldDescriptionstatic final ProtocolTypeProtocolType.IPBASEDStatic value IPBased for ProtocolType.static final ProtocolTypeProtocolType.SERVER_NAME_INDICATIONStatic value ServerNameIndication for ProtocolType.Methods in com.azure.resourcemanager.cdn.models that return ProtocolTypeModifier and TypeMethodDescriptionstatic ProtocolTypeProtocolType.fromString(String name) Creates or finds a ProtocolType from its string representation.CustomDomainHttpsParameters.protocolType()Get the protocolType property: Defines the TLS extension protocol that is used for secure delivery.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type ProtocolTypeModifier and TypeMethodDescriptionstatic Collection<ProtocolType>ProtocolType.values()Gets known ProtocolType values.Methods in com.azure.resourcemanager.cdn.models with parameters of type ProtocolTypeModifier and TypeMethodDescriptionCdnManagedHttpsParameters.withProtocolType(ProtocolType protocolType) Set the protocolType property: Defines the TLS extension protocol that is used for secure delivery.CustomDomainHttpsParameters.withProtocolType(ProtocolType protocolType) Set the protocolType property: Defines the TLS extension protocol that is used for secure delivery.UserManagedHttpsParameters.withProtocolType(ProtocolType protocolType) Set the protocolType property: Defines the TLS extension protocol that is used for secure delivery.