Share via


ArmApiManagementModelFactory.ConnectivityHop Method

Definition

Initializes a new instance of ConnectivityHop.

public static Azure.ResourceManager.ApiManagement.Models.ConnectivityHop ConnectivityHop (string connectivityHopType = default, string id = default, System.Net.IPAddress address = default, Azure.Core.ResourceIdentifier resourceId = default, System.Collections.Generic.IEnumerable<string> nextHopIds = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ApiManagement.Models.ConnectivityIssue> issues = default);
static member ConnectivityHop : string * string * System.Net.IPAddress * Azure.Core.ResourceIdentifier * seq<string> * seq<Azure.ResourceManager.ApiManagement.Models.ConnectivityIssue> -> Azure.ResourceManager.ApiManagement.Models.ConnectivityHop
Public Shared Function ConnectivityHop (Optional connectivityHopType As String = Nothing, Optional id As String = Nothing, Optional address As IPAddress = Nothing, Optional resourceId As ResourceIdentifier = Nothing, Optional nextHopIds As IEnumerable(Of String) = Nothing, Optional issues As IEnumerable(Of ConnectivityIssue) = Nothing) As ConnectivityHop

Parameters

connectivityHopType
String

The type of the hop.

id
String

The ID of the hop.

address
IPAddress

The IP address of the hop.

resourceId
ResourceIdentifier

The ID of the resource corresponding to this hop.

nextHopIds
IEnumerable<String>

List of next hop identifiers.

issues
IEnumerable<ConnectivityIssue>

List of issues.

Returns

A new ConnectivityHop instance for mocking.

Applies to