Sdílet prostřednictvím


VirtualNetworkPeeringsOperationsExtensions.BeginCreateOrUpdateAsync Method

Definition

Creates or updates a peering in the specified virtual network.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkPeering> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkPeeringsOperations operations, string resourceGroupName, string virtualNetworkName, string virtualNetworkPeeringName, Microsoft.Azure.Management.Network.Models.VirtualNetworkPeering virtualNetworkPeeringParameters, string syncRemoteAddressSpace = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Network.IVirtualNetworkPeeringsOperations * string * string * string * Microsoft.Azure.Management.Network.Models.VirtualNetworkPeering * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkPeering>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IVirtualNetworkPeeringsOperations, resourceGroupName As String, virtualNetworkName As String, virtualNetworkPeeringName As String, virtualNetworkPeeringParameters As VirtualNetworkPeering, Optional syncRemoteAddressSpace As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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'

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to