Compartir a través de


AppsOperationsExtensions.List(IAppsOperations, String, String) Método

Definición

Controla las solicitudes para enumerar todos los recursos de un servicio.

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)

Parámetros

operations
IAppsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor en la API del Administrador de recursos o el portal de Azure.

serviceName
String

Nombre del recurso De servicio.

Devoluciones

Se aplica a