MockableStoragePoolSubscriptionResource.GetDiskPoolZones 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 Disk Pool Skus in an Azure ___location.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.StoragePool/locations/{___location}/diskPoolZones
- Operation Id: DiskPoolZones_List
- Default Api Version: 2021-08-01
public virtual Azure.Pageable<Azure.ResourceManager.StoragePool.Models.DiskPoolZoneInfo> GetDiskPoolZones(Azure.Core.AzureLocation ___location, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDiskPoolZones : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StoragePool.Models.DiskPoolZoneInfo>
override this.GetDiskPoolZones : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StoragePool.Models.DiskPoolZoneInfo>
Public Overridable Function GetDiskPoolZones (___location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DiskPoolZoneInfo)
Parameters
- ___location
- AzureLocation
The ___location of the resource.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of DiskPoolZoneInfo that may take multiple service requests to iterate over.