你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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
  • Default Api Version: 2023-06-30
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