public static interface NetworkPeering.DefinitionStages.WithRemoteNetwork
| Modifier and Type | Method and Description |
|---|---|
NetworkPeering.DefinitionStages.WithCreate |
withRemoteNetwork(Network network)
Specifies the remote network to peer with.
|
NetworkPeering.DefinitionStages.WithCreate |
withRemoteNetwork(String resourceId)
Specifies the remote network to peer with.
|
NetworkPeering.DefinitionStages.WithCreate withRemoteNetwork(String resourceId)
The remote network will have the matching peering associated with it automatically.
resourceId - the resource ID of an existing networkNetworkPeering.DefinitionStages.WithCreate withRemoteNetwork(Network network)
The remote network will have the matching peering associated with it automatically.
network - an existing networkCopyright © 2020 Microsoft Corporation. All rights reserved.