ResourceHealthExtensions.GetAvailabilityStatusesByResourceGroup 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.Pageable<Azure.ResourceManager.ResourceHealth.Models.ResourceHealthAvailabilityStatus> GetAvailabilityStatusesByResourceGroup (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string filter = default, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAvailabilityStatusesByResourceGroup : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ResourceHealth.Models.ResourceHealthAvailabilityStatus>
<Extension()>
Public Function GetAvailabilityStatusesByResourceGroup (resourceGroupResource As ResourceGroupResource, Optional filter As String = Nothing, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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

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

Exceptions

resourceGroupResource is null.

Applies to