ArmIotHubModelFactory.RouteErrorPosition Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of RouteErrorPosition.
public static Azure.ResourceManager.IotHub.Models.RouteErrorPosition RouteErrorPosition (int? line = default, int? column = default);
static member RouteErrorPosition : Nullable<int> * Nullable<int> -> Azure.ResourceManager.IotHub.Models.RouteErrorPosition
Public Shared Function RouteErrorPosition (Optional line As Nullable(Of Integer) = Nothing, Optional column As Nullable(Of Integer) = Nothing) As RouteErrorPosition
Parameters
Returns
A new RouteErrorPosition instance for mocking.