PureStoragePoolResource.GetHealthStatusAsync(CancellationToken) 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.
Retrieve health metrics of a storage pool
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PureStorage.Block/storagePools/{storagePoolName}/getHealthStatus
- Operation Id: StoragePools_GetHealthStatus
- Default Api Version: 2024-11-01
- Resource: PureStoragePoolResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PureStorageBlock.Models.StoragePoolHealthInfo>> GetHealthStatusAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetHealthStatusAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PureStorageBlock.Models.StoragePoolHealthInfo>>
override this.GetHealthStatusAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PureStorageBlock.Models.StoragePoolHealthInfo>>
Public Overridable Function GetHealthStatusAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of StoragePoolHealthInfo))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.