GalleryApplicationVersionsOperationsExtensions.Get Método

Definição

Recupera informações sobre uma versão do aplicativo da galeria.

public static Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion Get (this Microsoft.Azure.Management.Compute.IGalleryApplicationVersionsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName, string galleryApplicationVersionName, string expand = default);
static member Get : Microsoft.Azure.Management.Compute.IGalleryApplicationVersionsOperations * string * string * string * string * string -> Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion
<Extension()>
Public Function Get (operations As IGalleryApplicationVersionsOperations, resourceGroupName As String, galleryName As String, galleryApplicationName As String, galleryApplicationVersionName As String, Optional expand As String = Nothing) As GalleryApplicationVersion

Parâmetros

operations
IGalleryApplicationVersionsOperations

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 na qual reside a Definição de Aplicativo.

galleryApplicationName
String

O nome da definição de aplicativo da galeria na qual reside a Versão do Aplicativo.

galleryApplicationVersionName
String

O nome da versão do aplicativo da galeria a ser recuperada.

expand
String

A expressão de expansão a ser aplicada na operação. Os valores possíveis incluem: 'ReplicationStatus'

Retornos

Aplica-se a