GalleriesOperationsExtensions.GetAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
GetAsync(IGalleriesOperations, String, String, String, String, CancellationToken) |
Recupera información sobre un Shared Image Gallery. |
GetAsync(IGalleriesOperations, String, String, String, CancellationToken) |
Recupera información sobre un Shared Image Gallery. |
GetAsync(IGalleriesOperations, String, String, CancellationToken) |
Recupera información sobre un Shared Image Gallery. |
GetAsync(IGalleriesOperations, String, String) |
Recupera información sobre un Shared Image Gallery. |
GetAsync(IGalleriesOperations, String, String, String, String, CancellationToken)
Recupera información sobre un Shared Image Gallery.
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
Grupo de operaciones para este método de extensión.
- resourceGroupName
- String
Nombre del grupo de recursos.
- galleryName
- String
Nombre del Shared Image Gallery.
- select
- String
Expresión de selección que se va a aplicar en la operación. Entre los valores posibles se incluyen los siguientes: "Permisos".
- expand
- String
Opción expandir consulta que se va a aplicar en la operación. Entre los valores posibles se incluyen: "SharingProfile/Groups"
- cancellationToken
- CancellationToken
Token de cancelación.
Devoluciones
Se aplica a
GetAsync(IGalleriesOperations, String, String, String, CancellationToken)
Recupera información sobre un Shared Image Gallery.
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
Grupo de operaciones para este método de extensión.
- resourceGroupName
- String
Nombre del grupo de recursos.
- galleryName
- String
Nombre del Shared Image Gallery.
- select
- String
Expresión de selección que se va a aplicar en la operación. Entre los valores posibles se incluyen los siguientes: "Permisos".
- cancellationToken
- CancellationToken
Token de cancelación.
Devoluciones
Se aplica a
GetAsync(IGalleriesOperations, String, String, CancellationToken)
Recupera información sobre un Shared Image Gallery.
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
Grupo de operaciones para este método de extensión.
- resourceGroupName
- String
Nombre del grupo de recursos.
- galleryName
- String
Nombre del Shared Image Gallery.
- cancellationToken
- CancellationToken
Token de cancelación.
Devoluciones
Se aplica a
GetAsync(IGalleriesOperations, String, String)
Recupera información sobre un Shared Image Gallery.
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
Grupo de operaciones para este método de extensión.
- resourceGroupName
- String
Nombre del grupo de recursos.
- galleryName
- String
Nombre del Shared Image Gallery.
Devoluciones
Se aplica a
Azure SDK for .NET