INetworkPeering.GetRemotePeeringAsync(CancellationToken) Method

Definition

Gets the associated matching peering on the remote network if it is in the same subscription.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.INetworkPeering> GetRemotePeeringAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetRemotePeeringAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.INetworkPeering>
Public Function GetRemotePeeringAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of INetworkPeering)

Parameters

cancellationToken
CancellationToken

Returns

Applies to