Partager via


IIotHubResourceOperations.TestRouteWithHttpMessagesAsync Méthode

Définition

Tester la nouvelle route

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

Paramètres

input
TestRouteInput

Itinéraire qui doit être testé

iotHubName
String

IotHub à tester

resourceGroupName
String

groupe de ressources auquel Iot Hub appartient

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Exceptions

Levée lorsque l’opération a retourné un code de status non valide

Levée en cas d’impossibilité de désérialiser la réponse

Levée lorsqu’un paramètre obligatoire a la valeur Null

Remarques

Tester la nouvelle route pour ce hub Iot

S’applique à