ResourceHealthExtensions.GetAvailabilityStatusesByResourceGroupAsync Method

Definition

Lists the current availability status for all the resources in the resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceHealth/availabilityStatuses
  • Operation Id: AvailabilityStatuses_ListByResourceGroup
public static Azure.AsyncPageable<Azure.ResourceManager.ResourceHealth.Models.ResourceHealthAvailabilityStatus> GetAvailabilityStatusesByResourceGroupAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string filter = default, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAvailabilityStatusesByResourceGroupAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ResourceHealth.Models.ResourceHealthAvailabilityStatus>
<Extension()>
Public Function GetAvailabilityStatusesByResourceGroupAsync (resourceGroupResource As ResourceGroupResource, Optional filter As String = Nothing, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ResourceHealthAvailabilityStatus)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

filter
String

The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN.

expand
String

Setting $expand=recommendedactions in url query expands the recommendedactions in the response.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ResourceHealthAvailabilityStatus that may take multiple service requests to iterate over.

Exceptions

resourceGroupResource is null.

Applies to