Freigeben über


DeploymentsOperationsExtensions.List Methode

Definition

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einer App.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource> List (this Microsoft.Azure.Management.AppPlatform.IDeploymentsOperations operations, string resourceGroupName, string serviceName, string appName, System.Collections.Generic.IList<string> version = default);
static member List : Microsoft.Azure.Management.AppPlatform.IDeploymentsOperations * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource>
<Extension()>
Public Function List (operations As IDeploymentsOperations, resourceGroupName As String, serviceName As String, appName As String, Optional version As IList(Of String) = Nothing) As IPage(Of DeploymentResource)

Parameter

operations
IDeploymentsOperations

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.

version
IList<String>

Version der bereitstellungen, die aufgelistet werden sollen

Gibt zurück

Gilt für: