Uses of Class
com.azure.resourcemanager.appservice.fluent.models.CertificateOrderActionInner
-
Packages that use CertificateOrderActionInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models 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 CertificateOrderActionInner Modifier and Type Method Description List<CertificateOrderActionInner>AppServiceCertificateOrdersClient. retrieveCertificateActions(String resourceGroupName, String name)Description for Retrieve the list of certificate actions.Mono<List<CertificateOrderActionInner>>AppServiceCertificateOrdersClient. retrieveCertificateActionsAsync(String resourceGroupName, String name)Description for 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)Description for Retrieve the list of certificate actions.Mono<com.azure.core.http.rest.Response<List<CertificateOrderActionInner>>>AppServiceCertificateOrdersClient. retrieveCertificateActionsWithResponseAsync(String resourceGroupName, String name)Description for 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 CertificateOrderActionInner Modifier and Type Method Description CertificateOrderActionInnerCertificateOrderActionInner. withKind(String kind)Set the kind property: Kind of resource.
-