Compartilhar via


GalleryApplicationsOperationsExtensions.Get Método

Definição

Recupera informações sobre uma definição de aplicativo da galeria.

public static Microsoft.Azure.Management.Compute.Models.GalleryApplication Get (this Microsoft.Azure.Management.Compute.IGalleryApplicationsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName);
static member Get : Microsoft.Azure.Management.Compute.IGalleryApplicationsOperations * string * string * string -> Microsoft.Azure.Management.Compute.Models.GalleryApplication
<Extension()>
Public Function Get (operations As IGalleryApplicationsOperations, resourceGroupName As String, galleryName As String, galleryApplicationName As String) As 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 recuperadas.

galleryApplicationName
String

O nome da definição de aplicativo da galeria a ser recuperada.

Retornos

Aplica-se a