InnerT - the fluent type of the resourcepublic interface InnerSupportsListing<InnerT>
(Note: this interface is not intended to be implemented by user code)
| Modifier and Type | Method and Description |
|---|---|
PagedList<InnerT> |
list()
Lists the page list of all resources of specific type available in subscription.
|
rx.Observable<Page<InnerT>> |
listAsync()
Returns the observable for the page list of all resources of specific type in subscription.
|
PagedList<InnerT> |
listByResourceGroup(String resourceGroupName)
Lists the page list of all resources of specific type in specified resource group.
|
rx.Observable<Page<InnerT>> |
listByResourceGroupAsync(String resourceGroup)
Returns the observable for the page list of all resources of specific type in specified resource group.
|
rx.Observable<Page<InnerT>> listAsync()
rx.Observable<Page<InnerT>> listByResourceGroupAsync(String resourceGroup)
resourceGroup - name of the resource group.PagedList<InnerT> list()
PagedList<InnerT> listByResourceGroup(String resourceGroupName)
resourceGroupName - The name of the resource group within the user's subscription./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/