Uses of Class
com.azure.resourcemanager.cdn.models.AfdDomainHttpsParameters
-
Packages that use AfdDomainHttpsParameters Package Description 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. -
-
Uses of AfdDomainHttpsParameters in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return AfdDomainHttpsParameters Modifier and Type Method Description AfdDomainHttpsParametersAfdDomainInner. tlsSettings()Get the tlsSettings property: The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate.AfdDomainHttpsParametersAfdDomainUpdatePropertiesParameters. 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 AfdDomainHttpsParameters Modifier and Type Method Description AfdDomainInnerAfdDomainInner. 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.AfdDomainPropertiesAfdDomainProperties. 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.AfdDomainUpdatePropertiesParametersAfdDomainUpdatePropertiesParameters. 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
Methods in com.azure.resourcemanager.cdn.models that return AfdDomainHttpsParameters Modifier and Type Method Description AfdDomainHttpsParametersAfdDomainUpdateParameters. tlsSettings()Get the tlsSettings property: The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate.AfdDomainHttpsParametersAfdDomainHttpsParameters. withCertificateType(AfdCertificateType certificateType)Set the certificateType property: Defines the source of the SSL certificate.AfdDomainHttpsParametersAfdDomainHttpsParameters. withMinimumTlsVersion(AfdMinimumTlsVersion minimumTlsVersion)Set the minimumTlsVersion property: TLS protocol version that will be used for Https.AfdDomainHttpsParametersAfdDomainHttpsParameters. withSecret(ResourceReference secret)Set the secret property: Resource reference to the secret.Methods in com.azure.resourcemanager.cdn.models with parameters of type AfdDomainHttpsParameters Modifier and Type Method Description AfdDomainUpdateParametersAfdDomainUpdateParameters. 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.
-