Freigeben über


ContainerAppsOperationsExtensions.ListByResourceGroup Methode

Definition

Rufen Sie die Container-Apps in einer bestimmten Ressourcengruppe ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ContainerApp> ListByResourceGroup (this Microsoft.Azure.Management.WebSites.IContainerAppsOperations operations, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.WebSites.IContainerAppsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ContainerApp>
<Extension()>
Public Function ListByResourceGroup (operations As IContainerAppsOperations, resourceGroupName As String) As IPage(Of ContainerApp)

Parameter

operations
IContainerAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

Gibt zurück

Gilt für: