GalleriesOperationsExtensions.GetAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetAsync(IGalleriesOperations, String, String, String, String, CancellationToken) |
Recupera informações sobre um Galeria de Imagens Compartilhadas. |
GetAsync(IGalleriesOperations, String, String, String, CancellationToken) |
Recupera informações sobre um Galeria de Imagens Compartilhadas. |
GetAsync(IGalleriesOperations, String, String, CancellationToken) |
Recupera informações sobre um Galeria de Imagens Compartilhadas. |
GetAsync(IGalleriesOperations, String, String) |
Recupera informações sobre um Galeria de Imagens Compartilhadas. |
GetAsync(IGalleriesOperations, String, String, String, String, CancellationToken)
Recupera informações sobre um Galeria de Imagens Compartilhadas.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery> GetAsync (this Microsoft.Azure.Management.Compute.IGalleriesOperations operations, string resourceGroupName, string galleryName, string select = default, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.IGalleriesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery>
<Extension()>
Public Function GetAsync (operations As IGalleriesOperations, resourceGroupName As String, galleryName As String, Optional select As String = Nothing, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Gallery)
Parâmetros
- operations
- IGalleriesOperations
O grupo de operações para esse método de extensão.
- resourceGroupName
- String
O nome do grupo de recursos.
- galleryName
- String
O nome do Galeria de Imagens Compartilhadas.
- select
- String
A expressão select a ser aplicada na operação. Os valores possíveis incluem: 'Permissions'
- expand
- String
A opção expandir consulta a ser aplicada na operação. Os valores possíveis incluem: 'SharingProfile/Groups'
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
GetAsync(IGalleriesOperations, String, String, String, CancellationToken)
Recupera informações sobre um Galeria de Imagens Compartilhadas.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery> GetAsync (this Microsoft.Azure.Management.Compute.IGalleriesOperations operations, string resourceGroupName, string galleryName, string select, System.Threading.CancellationToken cancellationToken);
static member GetAsync : Microsoft.Azure.Management.Compute.IGalleriesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery>
<Extension()>
Public Function GetAsync (operations As IGalleriesOperations, resourceGroupName As String, galleryName As String, select As String, cancellationToken As CancellationToken) As Task(Of Gallery)
Parâmetros
- operations
- IGalleriesOperations
O grupo de operações para esse método de extensão.
- resourceGroupName
- String
O nome do grupo de recursos.
- galleryName
- String
O nome do Galeria de Imagens Compartilhadas.
- select
- String
A expressão select a ser aplicada na operação. Os valores possíveis incluem: 'Permissions'
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
GetAsync(IGalleriesOperations, String, String, CancellationToken)
Recupera informações sobre um Galeria de Imagens Compartilhadas.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery> GetAsync (this Microsoft.Azure.Management.Compute.IGalleriesOperations operations, string resourceGroupName, string galleryName, System.Threading.CancellationToken cancellationToken);
static member GetAsync : Microsoft.Azure.Management.Compute.IGalleriesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery>
<Extension()>
Public Function GetAsync (operations As IGalleriesOperations, resourceGroupName As String, galleryName As String, cancellationToken As CancellationToken) As Task(Of Gallery)
Parâmetros
- operations
- IGalleriesOperations
O grupo de operações para esse método de extensão.
- resourceGroupName
- String
O nome do grupo de recursos.
- galleryName
- String
O nome do Galeria de Imagens Compartilhadas.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
GetAsync(IGalleriesOperations, String, String)
Recupera informações sobre um Galeria de Imagens Compartilhadas.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery> GetAsync (this Microsoft.Azure.Management.Compute.IGalleriesOperations operations, string resourceGroupName, string galleryName);
static member GetAsync : Microsoft.Azure.Management.Compute.IGalleriesOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery>
<Extension()>
Public Function GetAsync (operations As IGalleriesOperations, resourceGroupName As String, galleryName As String) As Task(Of Gallery)
Parâmetros
- operations
- IGalleriesOperations
O grupo de operações para esse método de extensão.
- resourceGroupName
- String
O nome do grupo de recursos.
- galleryName
- String
O nome do Galeria de Imagens Compartilhadas.
Retornos
Aplica-se a
Azure SDK for .NET