Compartir a través de


IDedicatedHostsOperations.GetWithHttpMessagesAsync Método

Definición

Recupera información sobre un host dedicado.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.DedicatedHost>> GetWithHttpMessagesAsync (string resourceGroupName, string hostGroupName, string hostName, Microsoft.Azure.Management.Compute.Models.InstanceViewTypes? 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 * Nullable<Microsoft.Azure.Management.Compute.Models.InstanceViewTypes> * 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.DedicatedHost>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, hostGroupName As String, hostName As String, Optional expand As Nullable(Of InstanceViewTypes) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DedicatedHost))

Parámetros

resourceGroupName
String

Nombre del grupo de recursos.

hostGroupName
String

Nombre del grupo host dedicado.

hostName
String

Nombre del host dedicado.

expand
Nullable<InstanceViewTypes>

Expresión expand que se va a aplicar en la operación. "InstanceView" recuperará la lista de vistas de instancia del host dedicado. "UserData" no se admite para el host dedicado. Entre los valores posibles se incluyen: 'instanceView', 'userData'

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Excepciones

Se produce cuando la operación devolvió un código de estado no válido

Se produce cuando no se puede deserializar la respuesta

Se produce cuando un parámetro obligatorio es NULL

Se aplica a