Share via


NetworkToNetworkInterconnectCollection.GetAsync Method

Definition

Implements NetworkToNetworkInterconnects GET method.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}
  • Operation Id: NetworkToNetworkInterconnects_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkToNetworkInterconnectResource>> GetAsync (string networkToNetworkInterconnectName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkToNetworkInterconnectResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkToNetworkInterconnectResource>>
Public Overridable Function GetAsync (networkToNetworkInterconnectName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NetworkToNetworkInterconnectResource))

Parameters

networkToNetworkInterconnectName
String

Name of the Network to Network Interconnect.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

networkToNetworkInterconnectName is an empty string, and was expected to be non-empty.

networkToNetworkInterconnectName is null.

Applies to