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.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript