Freigeben über


ResourceHealthExtensions.GetAvailabilityStatusesByResourceGroup Methode

Definition

Listet die aktuelle Verfügbarkeit status für alle Ressourcen in der Ressourcengruppe auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceHealth/availabilityStatuses
  • Vorgangs-IdAvailabilityStatuses_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)

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance die -Methode ausgeführt wird.

filter
String

Der Filter, der auf den Vorgang angewendet werden soll. Weitere Informationen finden Sie unter https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN.

expand
String

Durch festlegen von $expand=recommendedactions in der URL-Abfrage werden die empfohlenenAktionen in der Antwort erweitert.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von ResourceHealthAvailabilityStatus , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: