Freigeben über


BindingsOperationsExtensions.List Methode

Definition

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einer App.

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

Parameter

operations
IBindingsOperations

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.

appName
String

Der Name der App-Ressource.

Gibt zurück

Gilt für: