@Beta public interface AppServicePlans extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<AppServicePlan.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<AppServicePlan>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<AppServicePlan>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<AppServicePlan>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<AppServicePlan>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.appservice.implementation.AppServiceManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.appservice.implementation.AppServicePlansInner>
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.PagedList<AppServicePlan> |
list(boolean includeDetails)
Lists all the resources of the specified type in the currently selected subscription.
|
rx.Observable<AppServicePlan> |
listAsync(boolean includeDetails)
Lists all the resources of the specified type in the currently selected subscription.
|
definedeleteById, deleteByIdAsync, deleteByIdAsynclistByResourceGroup, listByResourceGroupAsynclist, listAsyncgetByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsyncgetById, getByIdAsync, getByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsynccom.microsoft.azure.PagedList<AppServicePlan> list(boolean includeDetails)
includeDetails - include standard detailsrx.Observable<AppServicePlan> listAsync(boolean includeDetails)
includeDetails - include standard details/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/