Uses of Class
com.azure.resourcemanager.cdn.models.CustomDomainHttpsParameters
-
Packages that use CustomDomainHttpsParameters Package Description com.azure.resourcemanager.cdn.fluent Package containing the service clients for CdnManagementClient.com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of CustomDomainHttpsParameters in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type CustomDomainHttpsParameters Modifier and Type Method Description Mono<CustomDomainInner>CustomDomainsClient. enableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)Enable https delivery of the custom domain.com.azure.core.http.rest.Response<CustomDomainInner>CustomDomainsClient. enableCustomHttpsWithResponse(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters, com.azure.core.util.Context context)Enable https delivery of the custom domain.Mono<com.azure.core.http.rest.Response<CustomDomainInner>>CustomDomainsClient. enableCustomHttpsWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)Enable https delivery of the custom domain. -
Uses of CustomDomainHttpsParameters in com.azure.resourcemanager.cdn.models
Subclasses of CustomDomainHttpsParameters in com.azure.resourcemanager.cdn.models Modifier and Type Class Description classCdnManagedHttpsParametersDefines the certificate source parameters using CDN managed certificate for enabling SSL.classUserManagedHttpsParametersDefines the certificate source parameters using user's keyvault certificate for enabling SSL.Methods in com.azure.resourcemanager.cdn.models that return CustomDomainHttpsParameters Modifier and Type Method Description CustomDomainHttpsParametersCustomDomainHttpsParameters. withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)Set the minimumTlsVersion property: TLS protocol version that will be used for Https.CustomDomainHttpsParametersCustomDomainHttpsParameters. withProtocolType(ProtocolType protocolType)Set the protocolType property: Defines the TLS extension protocol that is used for secure delivery.
-