T - the type of the resources listedParentT - the type of the parent resourceManagerT - the client manager type representing the servicepublic interface SupportsListingByParent<T,ParentT extends Resource & HasResourceGroup,ManagerT>
(Note this interface is not intended to be implemented by user code.)
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.PagedList<T> |
listByParent(ParentT parentResource)
Gets the information about a resource from Azure based on the resource id.
|
com.microsoft.azure.PagedList<T> |
listByParent(String resourceGroupName,
String parentName)
Lists resources of the specified type in the specified resource group.
|
com.microsoft.azure.PagedList<T> listByParent(String resourceGroupName, String parentName)
resourceGroupName - the name of the resource group to list the resources fromparentName - the name of parent resource./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/