Uses of Class
com.azure.resourcemanager.appservice.fluent.models.CertificateEmailInner
Packages that use CertificateEmailInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of CertificateEmailInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type CertificateEmailInnerModifier and TypeMethodDescriptionAppServiceCertificateOrdersClient.retrieveCertificateEmailHistory
(String resourceGroupName, String name) Retrieve email history.AppServiceCertificateOrdersClient.retrieveCertificateEmailHistoryAsync
(String resourceGroupName, String name) Retrieve email history.com.azure.core.http.rest.Response
<List<CertificateEmailInner>> AppServiceCertificateOrdersClient.retrieveCertificateEmailHistoryWithResponse
(String resourceGroupName, String name, com.azure.core.util.Context context) Retrieve email history.Mono
<com.azure.core.http.rest.Response<List<CertificateEmailInner>>> AppServiceCertificateOrdersClient.retrieveCertificateEmailHistoryWithResponseAsync
(String resourceGroupName, String name) Retrieve email history. -
Uses of CertificateEmailInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CertificateEmailInnerModifier and TypeMethodDescriptionstatic CertificateEmailInner
CertificateEmailInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CertificateEmailInner from the JsonReader.CertificateEmailInner.withEmailId
(String emailId) Set the emailId property: Email id.CertificateEmailInner.withTimestamp
(OffsetDateTime timestamp) Set the timestamp property: Time stamp.