Partilhar via


GalleryApplicationCollection.GetAsync(String, CancellationToken) Método

Definição

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

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}
  • Operação IdGalleryApplications_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationResource>> GetAsync (string galleryApplicationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationResource>>
Public Overridable Function GetAsync (galleryApplicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 esperava-se que não estivesse vazia.

galleryApplicationName é nulo.

Aplica-se a