Share via


PureStoragePoolResource.GetHealthStatusAsync(CancellationToken) Method

Definition

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.

Returns

Applies to