Uses of Class
com.azure.resourcemanager.cdn.models.ProtocolType
-
Packages that use ProtocolType Package Description com.azure.resourcemanager.cdn.models 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 ProtocolType Modifier and Type Field Description static ProtocolTypeProtocolType. IPBASEDStatic value IPBased for ProtocolType.static ProtocolTypeProtocolType. SERVER_NAME_INDICATIONStatic value ServerNameIndication for ProtocolType.Methods in com.azure.resourcemanager.cdn.models that return ProtocolType Modifier and Type Method Description static ProtocolTypeProtocolType. fromString(String name)Creates or finds a ProtocolType from its string representation.ProtocolTypeCustomDomainHttpsParameters. 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 ProtocolType Modifier and Type Method Description static Collection<ProtocolType>ProtocolType. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type ProtocolType Modifier and Type Method Description CdnManagedHttpsParametersCdnManagedHttpsParameters. withProtocolType(ProtocolType protocolType)Set the protocolType property: Defines the TLS extension protocol that is used for secure delivery.CustomDomainHttpsParametersCustomDomainHttpsParameters. withProtocolType(ProtocolType protocolType)Set the protocolType property: Defines the TLS extension protocol that is used for secure delivery.UserManagedHttpsParametersUserManagedHttpsParameters. withProtocolType(ProtocolType protocolType)Set the protocolType property: Defines the TLS extension protocol that is used for secure delivery.
-