Compartilhar via


GalleryApplicationCollection.Get(String, CancellationToken) Método

Definição

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

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}
  • IdGalleryApplications_Get de operação
public virtual Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationResource> Get (string galleryApplicationName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationResource>
Public Overridable Function Get (galleryApplicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of GalleryApplicationResource)

Parâmetros

galleryApplicationName
String

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

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

galleryApplicationName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

galleryApplicationName é nulo.

Aplica-se a