INetworkPeerings.GetByRemoteNetworkAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET