T - the fluent type of the resourcepublic interface SupportsListingByRegion<T>
(Note: this interface is not intended to be implemented by user code)
| Modifier and Type | Method and Description |
|---|---|
PagedList<T> |
listByRegion(Region region)
Lists all the resources of the specified type in the specified region.
|
PagedList<T> |
listByRegion(String regionName)
List all the resources of the specified type in the specified region.
|
rx.Observable<T> |
listByRegionAsync(Region region)
Lists all the resources of the specified type in the specified region.
|
rx.Observable<T> |
listByRegionAsync(String regionName)
List all the resources of the specified type in the specified region.
|
PagedList<T> listByRegion(Region region)
region - the selected Azure regionPagedList<T> listByRegion(String regionName)
regionName - the name of an Azure regionrx.Observable<T> listByRegionAsync(Region region)
region - the selected Azure region/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/