IWithRemoteNetwork.WithRemoteNetwork 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
WithRemoteNetwork(INetwork) |
Spécifie le réseau distant à appairer. Le peering correspondant est automatiquement associé au réseau distant. |
WithRemoteNetwork(String) |
Spécifie le réseau distant à appairer. Le peering correspondant est automatiquement associé au réseau distant. |
WithRemoteNetwork(INetwork)
Spécifie le réseau distant à appairer. Le peering correspondant est automatiquement associé au réseau distant.
public Microsoft.Azure.Management.Network.Fluent.NetworkPeering.Definition.IWithCreate WithRemoteNetwork (Microsoft.Azure.Management.Network.Fluent.INetwork network);
abstract member WithRemoteNetwork : Microsoft.Azure.Management.Network.Fluent.INetwork -> Microsoft.Azure.Management.Network.Fluent.NetworkPeering.Definition.IWithCreate
Public Function WithRemoteNetwork (network As INetwork) As IWithCreate
Paramètres
- network
- INetwork
Réseau existant.
Retours
S’applique à
WithRemoteNetwork(String)
Spécifie le réseau distant à appairer. Le peering correspondant est automatiquement associé au réseau distant.
public Microsoft.Azure.Management.Network.Fluent.NetworkPeering.Definition.IWithCreate WithRemoteNetwork (string resourceId);
abstract member WithRemoteNetwork : string -> Microsoft.Azure.Management.Network.Fluent.NetworkPeering.Definition.IWithCreate
Public Function WithRemoteNetwork (resourceId As String) As IWithCreate
Paramètres
- resourceId
- String
ID de ressource d’un réseau existant.
Retours
S’applique à
Azure SDK for .NET