Share via


WebAppsOperationsExtensions.CreateOrUpdateVnetConnectionSlotAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.VnetInfo> CreateOrUpdateVnetConnectionSlotAsync (this Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebAppsOperations operations, string resourceGroupName, string name, string vnetName, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.VnetInfo connectionEnvelope, string slot, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateVnetConnectionSlotAsync : Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.VnetInfo * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.VnetInfo>
<Extension()>
Public Function CreateOrUpdateVnetConnectionSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, vnetName As String, connectionEnvelope As VnetInfo, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VnetInfo)

Parameters

operations
IWebAppsOperations
resourceGroupName
String
name
String
vnetName
String
connectionEnvelope
VnetInfo
slot
String
cancellationToken
CancellationToken

Returns

Applies to