Uses of Class
com.azure.resourcemanager.appservice.models.SiteSealRequest
Packages that use SiteSealRequest
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of SiteSealRequest in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type SiteSealRequestModifier and TypeMethodDescriptionAppServiceCertificateOrdersClient.retrieveSiteSeal
(String resourceGroupName, String certificateOrderName, SiteSealRequest siteSealRequest) This method is used to obtain the site seal information for an issued certificate.AppServiceCertificateOrdersClient.retrieveSiteSealAsync
(String resourceGroupName, String certificateOrderName, SiteSealRequest siteSealRequest) This method is used to obtain the site seal information for an issued certificate.com.azure.core.http.rest.Response
<SiteSealInner> AppServiceCertificateOrdersClient.retrieveSiteSealWithResponse
(String resourceGroupName, String certificateOrderName, SiteSealRequest siteSealRequest, com.azure.core.util.Context context) This method is used to obtain the site seal information for an issued certificate.Mono
<com.azure.core.http.rest.Response<SiteSealInner>> AppServiceCertificateOrdersClient.retrieveSiteSealWithResponseAsync
(String resourceGroupName, String certificateOrderName, SiteSealRequest siteSealRequest) This method is used to obtain the site seal information for an issued certificate. -
Uses of SiteSealRequest in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return SiteSealRequestModifier and TypeMethodDescriptionstatic SiteSealRequest
SiteSealRequest.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SiteSealRequest from the JsonReader.SiteSealRequest.withLightTheme
(Boolean lightTheme) Set the lightTheme property: If <code>true</code> use the light color theme for site seal; otherwise, use the default color theme.SiteSealRequest.withLocale
(String locale) Set the locale property: Locale of site seal.