Share via


IotHubDescriptionResource.TestRoute Method

Definition

Test the new route for this Iot Hub

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{iotHubName}/routing/routes/$testnew
  • Operation Id: IotHubResource_TestRoute
public virtual Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubTestRouteResult> TestRoute (Azure.ResourceManager.IotHub.Models.IotHubTestRouteContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member TestRoute : Azure.ResourceManager.IotHub.Models.IotHubTestRouteContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubTestRouteResult>
override this.TestRoute : Azure.ResourceManager.IotHub.Models.IotHubTestRouteContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubTestRouteResult>
Public Overridable Function TestRoute (content As IotHubTestRouteContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of IotHubTestRouteResult)

Parameters

content
IotHubTestRouteContent

Route that needs to be tested.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to