Uses of Class
com.azure.resourcemanager.appservice.fluent.models.CertificateOrderActionInner
Packages that use CertificateOrderActionInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of CertificateOrderActionInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type CertificateOrderActionInnerModifier and TypeMethodDescriptionAppServiceCertificateOrdersClient.retrieveCertificateActions
(String resourceGroupName, String name) Retrieve the list of certificate actions.AppServiceCertificateOrdersClient.retrieveCertificateActionsAsync
(String resourceGroupName, String name) Retrieve the list of certificate actions.com.azure.core.http.rest.Response
<List<CertificateOrderActionInner>> AppServiceCertificateOrdersClient.retrieveCertificateActionsWithResponse
(String resourceGroupName, String name, com.azure.core.util.Context context) Retrieve the list of certificate actions.Mono
<com.azure.core.http.rest.Response<List<CertificateOrderActionInner>>> AppServiceCertificateOrdersClient.retrieveCertificateActionsWithResponseAsync
(String resourceGroupName, String name) Retrieve the list of certificate actions. -
Uses of CertificateOrderActionInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CertificateOrderActionInnerModifier and TypeMethodDescriptionstatic CertificateOrderActionInner
CertificateOrderActionInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CertificateOrderActionInner from the JsonReader.