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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET