你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VpnSitesOperationsExtensions.CreateOrUpdateAsync 方法

定义

如果 VpnSite 资源不存在,则创建该资源,否则会更新现有的 VpnSite。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.VpnSiteInner> CreateOrUpdateAsync (this Microsoft.Azure.Management.Network.Fluent.IVpnSitesOperations operations, string resourceGroupName, string vpnSiteName, Microsoft.Azure.Management.Network.Fluent.Models.VpnSiteInner vpnSiteParameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Network.Fluent.IVpnSitesOperations * string * string * Microsoft.Azure.Management.Network.Fluent.Models.VpnSiteInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.VpnSiteInner>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IVpnSitesOperations, resourceGroupName As String, vpnSiteName As String, vpnSiteParameters As VpnSiteInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VpnSiteInner)

参数

operations
IVpnSitesOperations

此扩展方法的操作组。

resourceGroupName
String

VpnSite 的资源组名称。

vpnSiteName
String

正在创建或更新的 VpnSite 的名称。

vpnSiteParameters
VpnSiteInner

提供用于创建或更新 VpnSite 的参数。

cancellationToken
CancellationToken

取消标记。

返回

适用于