| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.fluent |
Package containing the service clients for CdnManagementClient.
|
| com.azure.resourcemanager.cdn.fluent.models |
Package containing the inner data models for CdnManagementClient.
|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> |
AfdCustomDomainsClient.beginUpdate(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone)
Updates an existing domain within a profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> |
AfdCustomDomainsClient.beginUpdate(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone,
com.azure.core.util.Context context)
Updates an existing domain within a profile.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> |
AfdCustomDomainsClient.beginUpdateAsync(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone)
Updates an existing domain within a profile.
|
AfdDomainInner |
AfdCustomDomainsClient.update(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone)
Updates an existing domain within a profile.
|
AfdDomainInner |
AfdCustomDomainsClient.update(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone,
com.azure.core.util.Context context)
Updates an existing domain within a profile.
|
Mono<AfdDomainInner> |
AfdCustomDomainsClient.updateAsync(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone)
Updates an existing domain within a profile.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
AfdCustomDomainsClient.updateWithResponseAsync(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone)
Updates an existing domain within a profile.
|
| Modifier and Type | Method and Description |
|---|---|
AfdDomainHttpsParameters |
AfdDomainInner.tlsSettings()
Get the tlsSettings property: The configuration specifying how to enable HTTPS for the domain - using
AzureFrontDoor managed certificate or user's own certificate.
|
| Modifier and Type | Method and Description |
|---|---|
AfdDomainInner |
AfdDomainInner.withTlsSettings(AfdDomainHttpsParameters tlsSettings)
Set the tlsSettings property: The configuration specifying how to enable HTTPS for the domain - using
AzureFrontDoor managed certificate or user's own certificate.
|
| Modifier and Type | Method and Description |
|---|---|
AfdDomainHttpsParameters |
AfdDomainUpdatePropertiesParameters.tlsSettings()
Get the tlsSettings property: The configuration specifying how to enable HTTPS for the domain - using
AzureFrontDoor managed certificate or user's own certificate.
|
AfdDomainHttpsParameters |
AfdDomainUpdateParameters.tlsSettings()
Get the tlsSettings property: The configuration specifying how to enable HTTPS for the domain - using
AzureFrontDoor managed certificate or user's own certificate.
|
AfdDomainHttpsParameters |
AfdDomainHttpsParameters.withCertificateType(AfdCertificateType certificateType)
Set the certificateType property: Defines the source of the SSL certificate.
|
AfdDomainHttpsParameters |
AfdDomainHttpsParameters.withMinimumTlsVersion(AfdMinimumTlsVersion minimumTlsVersion)
Set the minimumTlsVersion property: TLS protocol version that will be used for Https.
|
AfdDomainHttpsParameters |
AfdDomainHttpsParameters.withSecret(ResourceReference secret)
Set the secret property: Resource reference to the secret.
|
| Modifier and Type | Method and Description |
|---|---|
AfdDomainUpdatePropertiesParameters |
AfdDomainUpdatePropertiesParameters.withTlsSettings(AfdDomainHttpsParameters tlsSettings)
Set the tlsSettings property: The configuration specifying how to enable HTTPS for the domain - using
AzureFrontDoor managed certificate or user's own certificate.
|
AfdDomainUpdateParameters |
AfdDomainUpdateParameters.withTlsSettings(AfdDomainHttpsParameters tlsSettings)
Set the tlsSettings property: The configuration specifying how to enable HTTPS for the domain - using
AzureFrontDoor managed certificate or user's own certificate.
|
AfdDomainProperties |
AfdDomainProperties.withTlsSettings(AfdDomainHttpsParameters tlsSettings)
Set the tlsSettings property: The configuration specifying how to enable HTTPS for the domain - using
AzureFrontDoor managed certificate or user's own certificate.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.