VirtualNetworkPeeringsOperationsExtensions.CreateOrUpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates or updates a peering in the specified virtual network.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkPeering> CreateOrUpdateAsync (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 CreateOrUpdateAsync : 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 CreateOrUpdateAsync (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
Azure SDK for .NET