ResourceDetails interface 
Interface representing a ResourceDetails.
Methods
| list | List ResourceDetailsObject resources by Pool | 
Method Details
		listByPool(string, string, ResourceDetailsListByPoolOptionalParams)
	      
	List ResourceDetailsObject resources by Pool
function listByPool(resourceGroupName: string, poolName: string, options?: ResourceDetailsListByPoolOptionalParams): PagedAsyncIterableIterator<ResourceDetailsObject, ResourceDetailsObject[], PageSettings>Parameters
- resourceGroupName
- 
				string 
The name of the resource group. The name is case insensitive.
- poolName
- 
				string 
Name of the pool. It needs to be globally unique.
The options parameters.