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