| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static ProtocolType |
ProtocolType.IPBASED
Static value IPBased for ProtocolType.
|
static ProtocolType |
ProtocolType.SERVER_NAME_INDICATION
Static value ServerNameIndication for ProtocolType.
|
| Modifier and Type | Method and Description |
|---|---|
static ProtocolType |
ProtocolType.fromString(String name)
Creates or finds a ProtocolType from its string representation.
|
ProtocolType |
CustomDomainHttpsParameters.protocolType()
Get the protocolType property: Defines the TLS extension protocol that is used for secure delivery.
|
| Modifier and Type | Method and Description |
|---|---|
CustomDomainHttpsParameters |
CustomDomainHttpsParameters.withProtocolType(ProtocolType protocolType)
Set the protocolType property: Defines the TLS extension protocol that is used for secure delivery.
|
CdnManagedHttpsParameters |
CdnManagedHttpsParameters.withProtocolType(ProtocolType protocolType)
Set the protocolType property: Defines the TLS extension protocol that is used for secure delivery.
|
UserManagedHttpsParameters |
UserManagedHttpsParameters.withProtocolType(ProtocolType protocolType)
Set the protocolType property: Defines the TLS extension protocol that is used for secure delivery.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.