Uses of Class
com.azure.resourcemanager.appservice.fluent.models.CertificateOrderActionInner
Packages that use CertificateOrderActionInner
Package
Description
Package containing the service clients 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.