Compartir a través de


IIotHubResourceOperations.TestAllRoutesWithHttpMessagesAsync Método

Definición

Prueba de todas las rutas

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.IotHub.Models.TestAllRoutesResult>> TestAllRoutesWithHttpMessagesAsync (Microsoft.Azure.Management.IotHub.Models.TestAllRoutesInput input, string iotHubName, string resourceGroupName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member TestAllRoutesWithHttpMessagesAsync : Microsoft.Azure.Management.IotHub.Models.TestAllRoutesInput * 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.IotHub.Models.TestAllRoutesResult>>
Public Function TestAllRoutesWithHttpMessagesAsync (input As TestAllRoutesInput, iotHubName As String, resourceGroupName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of TestAllRoutesResult))

Parámetros

input
TestAllRoutesInput

Entrada para probar todas las rutas

iotHubName
String

IotHub que se va a probar

resourceGroupName
String

grupo de recursos al que pertenece IoT Hub

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

Comentarios

Prueba de todas las rutas configuradas en este centro de IoT

Se aplica a