Uses of Class
com.azure.resourcemanager.cdn.models.CustomDomainHttpsParameters
Packages that use CustomDomainHttpsParameters
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the inner data models for CdnManagementClient.
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 CustomDomainHttpsParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainInner>, CustomDomainInner> CustomDomainsClient.beginEnableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters, com.azure.core.util.Context context) Enable https delivery of the custom domain.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomDomainInner>, CustomDomainInner> CustomDomainsClient.beginEnableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters) Enable https delivery of the custom domain.CustomDomainsClient.enableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters, com.azure.core.util.Context context) Enable https delivery of the custom domain.CustomDomainsClient.enableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters) Enable https delivery of the custom domain.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> 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.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return CustomDomainHttpsParametersModifier and TypeMethodDescriptionCustomDomainInner.customHttpsParameters()Get the customHttpsParameters property: Certificate parameters for securing custom HTTPS.CustomDomainProperties.customHttpsParameters()Get the customHttpsParameters property: Certificate parameters for securing custom HTTPS.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type CustomDomainHttpsParametersModifier and TypeMethodDescriptionCustomDomainInner.withCustomHttpsParameters(CustomDomainHttpsParameters customHttpsParameters) Set the customHttpsParameters property: Certificate parameters for securing custom HTTPS.CustomDomainProperties.withCustomHttpsParameters(CustomDomainHttpsParameters customHttpsParameters) Set the customHttpsParameters property: Certificate parameters for securing custom HTTPS. -
Uses of CustomDomainHttpsParameters in com.azure.resourcemanager.cdn.models
Subclasses of CustomDomainHttpsParameters in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classDefines the certificate source parameters using CDN managed certificate for enabling SSL.final classDefines the certificate source parameters using user's keyvault certificate for enabling SSL.Methods in com.azure.resourcemanager.cdn.models that return CustomDomainHttpsParametersModifier and TypeMethodDescriptionstatic CustomDomainHttpsParametersCustomDomainHttpsParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomDomainHttpsParameters from the JsonReader.CustomDomainHttpsParameters.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion) Set the minimumTlsVersion property: TLS protocol version that will be used for Https.CustomDomainHttpsParameters.withProtocolType(ProtocolType protocolType) Set the protocolType property: Defines the TLS extension protocol that is used for secure delivery.