Freigeben über


ResourceHealthExtensions.GetAvailabilityStatusesByResourceGroupAsync Methode

Definition

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

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceHealth/availabilityStatuses
  • Vorgang IdAvailabilityStatuses_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)

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den 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 empfohlenen Aktionen in der Antwort erweitert.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der ResourceHealthAvailabilityStatus mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: