Share via


ResourceDetailsClient Interface

public interface ResourceDetailsClient

An instance of this class provides access to all the operations defined in ResourceDetailsClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<ResourceDetailsObjectInner> listByPool(String resourceGroupName, String poolName)

List ResourceDetailsObject resources by Pool.

abstract PagedIterable<ResourceDetailsObjectInner> listByPool(String resourceGroupName, String poolName, Context context)

List ResourceDetailsObject resources by Pool.

Method Details

listByPool

public abstract PagedIterable<ResourceDetailsObjectInner> listByPool(String resourceGroupName, String poolName)

List ResourceDetailsObject resources by Pool.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
poolName - Name of the pool. It needs to be globally unique.

Returns:

the response of a ResourceDetailsObject list operation as paginated response with PagedIterable<T>.

listByPool

public abstract PagedIterable<ResourceDetailsObjectInner> listByPool(String resourceGroupName, String poolName, Context context)

List ResourceDetailsObject resources by Pool.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
poolName - Name of the pool. It needs to be globally unique.
context - The context to associate with this operation.

Returns:

the response of a ResourceDetailsObject list operation as paginated response with PagedIterable<T>.

Applies to