Uses of Class
com.azure.resourcemanager.cdn.models.AfdDomainHttpsParameters
-
Packages that use AfdDomainHttpsParameters 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. -
-
Uses of AfdDomainHttpsParameters in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type AfdDomainHttpsParameters Modifier and Type Method 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.AfdDomainInnerAfdCustomDomainsClient. update(String resourceGroupName, String profileName, String customDomainName, AfdDomainHttpsParameters tlsSettings, ResourceReference azureDnsZone)Updates an existing domain within a profile.AfdDomainInnerAfdCustomDomainsClient. 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. -
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.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. -
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.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.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 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.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.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.
-