Partilhar via


IGalleriesOperations.GetWithHttpMessagesAsync Método

Definição

Sobrecargas

GetWithHttpMessagesAsync(String, String)

Recupera informações sobre um Galeria de Imagens Compartilhadas.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>)

Recupera informações sobre um Galeria de Imagens Compartilhadas.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Recupera informações sobre um Galeria de Imagens Compartilhadas.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Recupera informações sobre um Galeria de Imagens Compartilhadas.

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Recupera informações sobre um Galeria de Imagens Compartilhadas.

GetWithHttpMessagesAsync(String, String)

Recupera informações sobre um Galeria de Imagens Compartilhadas.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>> GetWithHttpMessagesAsync (string resourceGroupName, string galleryName);
abstract member GetWithHttpMessagesAsync : string * string -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, galleryName As String) As Task(Of AzureOperationResponse(Of Gallery))

Parâmetros

resourceGroupName
String

O nome do grupo de recursos.

galleryName
String

O nome do Galeria de Imagens Compartilhadas.

Retornos

Exceções

Gerada quando a operação retornou um código de status inválido

Gerada quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>)

Recupera informações sobre um Galeria de Imagens Compartilhadas.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>> GetWithHttpMessagesAsync (string resourceGroupName, string galleryName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders);
abstract member GetWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, galleryName As String, customHeaders As Dictionary(Of String, List(Of String))) As Task(Of AzureOperationResponse(Of Gallery))

Parâmetros

resourceGroupName
String

O nome do grupo de recursos.

galleryName
String

O nome do Galeria de Imagens Compartilhadas.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

Retornos

Exceções

Gerada quando a operação retornou um código de status inválido

Gerada quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Recupera informações sobre um Galeria de Imagens Compartilhadas.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>> GetWithHttpMessagesAsync (string resourceGroupName, string galleryName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders, System.Threading.CancellationToken cancellationToken);
abstract member GetWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, galleryName As String, customHeaders As Dictionary(Of String, List(Of String)), cancellationToken As CancellationToken) As Task(Of AzureOperationResponse(Of Gallery))

Parâmetros

resourceGroupName
String

O nome do grupo de recursos.

galleryName
String

O nome do Galeria de Imagens Compartilhadas.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerada quando a operação retornou um código de status inválido

Gerada quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Recupera informações sobre um Galeria de Imagens Compartilhadas.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>> GetWithHttpMessagesAsync (string resourceGroupName, string galleryName, string select, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, galleryName As String, select As String, customHeaders As Dictionary(Of String, List(Of String)), Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Gallery))

Parâmetros

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'

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerada quando a operação retornou um código de status inválido

Gerada quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Recupera informações sobre um Galeria de Imagens Compartilhadas.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>> GetWithHttpMessagesAsync (string resourceGroupName, string galleryName, string select = default, string expand = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, galleryName As String, Optional select As String = Nothing, Optional expand As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Gallery))

Parâmetros

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'

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerada quando a operação retornou um código de status inválido

Gerada quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a