Partager via


INetworkPeerings.GetByRemoteNetworkAsync Méthode

Définition

Surcharges

GetByRemoteNetworkAsync(INetwork, CancellationToken)

Recherche de manière asynchrone le peering, le cas échéant, associé au réseau spécifié. (Notez que cela effectue un appel distinct à Azure.).

GetByRemoteNetworkAsync(String, CancellationToken)

Recherche de manière asynchrone le peering, le cas échéant, associé au réseau spécifié. (Notez que cela effectue un appel distinct à Azure.).

GetByRemoteNetworkAsync(INetwork, CancellationToken)

Recherche de manière asynchrone le peering, le cas échéant, associé au réseau spécifié. (Notez que cela effectue un appel distinct à Azure.).

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

Paramètres

network
INetwork

Réseau existant.

cancellationToken
CancellationToken

Retours

S’applique à

GetByRemoteNetworkAsync(String, CancellationToken)

Recherche de manière asynchrone le peering, le cas échéant, associé au réseau spécifié. (Notez que cela effectue un appel distinct à Azure.).

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

Paramètres

remoteNetworkResourceId
String

ID de ressource d’un réseau existant.

cancellationToken
CancellationToken

Retours

S’applique à