Compartilhar via


GalleryApplicationsOperationsExtensions.ListByGallery Método

Definição

Listar definições de aplicativo da galeria em uma galeria.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.GalleryApplication> ListByGallery (this Microsoft.Azure.Management.Compute.IGalleryApplicationsOperations operations, string resourceGroupName, string galleryName);
static member ListByGallery : Microsoft.Azure.Management.Compute.IGalleryApplicationsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.GalleryApplication>
<Extension()>
Public Function ListByGallery (operations As IGalleryApplicationsOperations, resourceGroupName As String, galleryName As String) As IPage(Of GalleryApplication)

Parâmetros

operations
IGalleryApplicationsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

galleryName
String

O nome da Galeria de Aplicativos Compartilhados da qual as Definições de Aplicativo devem ser listadas.

Retornos

Aplica-se a