| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
static AfdMinimumTlsVersion |
AfdMinimumTlsVersion.fromString(String value)
Parses a serialized value to a AfdMinimumTlsVersion instance.
|
AfdMinimumTlsVersion |
AfdDomainHttpsParameters.minimumTlsVersion()
Get the minimumTlsVersion property: TLS protocol version that will be used for Https.
|
static AfdMinimumTlsVersion |
AfdMinimumTlsVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AfdMinimumTlsVersion[] |
AfdMinimumTlsVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AfdDomainHttpsParameters |
AfdDomainHttpsParameters.withMinimumTlsVersion(AfdMinimumTlsVersion minimumTlsVersion)
Set the minimumTlsVersion property: TLS protocol version that will be used for Https.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.