Uses of Class
com.azure.resourcemanager.cdn.models.AfdDomainHttpsParameters
Packages that use AfdDomainHttpsParameters
Package
Description
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of AfdDomainHttpsParameters in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return AfdDomainHttpsParametersModifier and TypeMethodDescriptionAfdDomainInner.tlsSettings()Get the tlsSettings property: The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate.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.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type AfdDomainHttpsParametersModifier and TypeMethodDescriptionAfdDomainInner.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.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.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. -
Uses of AfdDomainHttpsParameters in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type AfdDomainHttpsParametersModifier and TypeClassDescriptionfinal classThe JSON object that contains the properties to secure a domain.Methods in com.azure.resourcemanager.cdn.models that return AfdDomainHttpsParametersModifier and TypeMethodDescriptionstatic AfdDomainHttpsParametersAfdDomainHttpsParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AfdDomainHttpsParameters from the JsonReader.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.withCertificateType(AfdCertificateType certificateType) Set the certificateType property: Defines the source of the SSL certificate.AfdDomainHttpsParameters.withMinimumTlsVersion(AfdMinimumTlsVersion minimumTlsVersion) Set the minimumTlsVersion property: TLS protocol version that will be used for Https.AfdDomainHttpsParameters.withSecret(ResourceReference secret) Set the secret property: Resource reference to the secret. ie. subs/rg/profile/secret.Methods in com.azure.resourcemanager.cdn.models with parameters of type AfdDomainHttpsParametersModifier and TypeMethodDescriptionAfdDomainUpdateParameters.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.