Sdílet prostřednictvím


VirtualNetworkPeeringsOperationsExtensions.CreateOrUpdate Method

Definition

Creates or updates a peering in the specified virtual network.

public static Microsoft.Azure.Management.Network.Models.VirtualNetworkPeering CreateOrUpdate (this Microsoft.Azure.Management.Network.IVirtualNetworkPeeringsOperations operations, string resourceGroupName, string virtualNetworkName, string virtualNetworkPeeringName, Microsoft.Azure.Management.Network.Models.VirtualNetworkPeering virtualNetworkPeeringParameters, string syncRemoteAddressSpace = default);
static member CreateOrUpdate : Microsoft.Azure.Management.Network.IVirtualNetworkPeeringsOperations * string * string * string * Microsoft.Azure.Management.Network.Models.VirtualNetworkPeering * string -> Microsoft.Azure.Management.Network.Models.VirtualNetworkPeering
<Extension()>
Public Function CreateOrUpdate (operations As IVirtualNetworkPeeringsOperations, resourceGroupName As String, virtualNetworkName As String, virtualNetworkPeeringName As String, virtualNetworkPeeringParameters As VirtualNetworkPeering, Optional syncRemoteAddressSpace As String = Nothing) As VirtualNetworkPeering

Parameters

operations
IVirtualNetworkPeeringsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

virtualNetworkName
String

The name of the virtual network.

virtualNetworkPeeringName
String

The name of the peering.

virtualNetworkPeeringParameters
VirtualNetworkPeering

Parameters supplied to the create or update virtual network peering operation.

syncRemoteAddressSpace
String

Parameter indicates the intention to sync the peering with the current address space on the remote vNet after it's updated. Possible values include: 'true'

Returns

Applies to