MockableStoragePoolSubscriptionResource.GetResourceSkus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists available StoragePool resources and skus in an Azure ___location.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.StoragePool/locations/{___location}/skus
- Operation Id: ResourceSkus_List
- Default Api Version: 2021-08-01
public virtual Azure.Pageable<Azure.ResourceManager.StoragePool.Models.StoragePoolSkuInfo> GetResourceSkus(Azure.Core.AzureLocation ___location, System.Threading.CancellationToken cancellationToken = default);
abstract member GetResourceSkus : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StoragePool.Models.StoragePoolSkuInfo>
override this.GetResourceSkus : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StoragePool.Models.StoragePoolSkuInfo>
Public Overridable Function GetResourceSkus (___location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of StoragePoolSkuInfo)
Parameters
- ___location
- AzureLocation
The ___location of the resource.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of StoragePoolSkuInfo that may take multiple service requests to iterate over.