Freigeben über


AppsOperationsExtensions.List(IAppsOperations, String, String) Methode

Definition

Verarbeitet Anforderungen, um alle Ressourcen in einem Dienst aufzulisten.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.AppResource> List(this Microsoft.Azure.Management.AppPlatform.IAppsOperations operations, string resourceGroupName, string serviceName);
static member List : Microsoft.Azure.Management.AppPlatform.IAppsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.AppResource>
<Extension()>
Public Function List (operations As IAppsOperations, resourceGroupName As String, serviceName As String) As IPage(Of AppResource)

Parameter

operations
IAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serviceName
String

Der Name der Dienstressource.

Gibt zurück

Gilt für: