ArmApiManagementModelFactory.ConnectivityHop 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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET