次の方法で共有


VipSwapOperationsExtensions.CreateAsync メソッド

定義

スワップ可能なクラウド サービスに対して vip スワップ操作を実行します。

public static System.Threading.Tasks.Task CreateAsync (this Microsoft.Azure.Management.Network.IVipSwapOperations operations, string groupName, string resourceName, Microsoft.Azure.Management.Network.Models.SwapResource parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.Network.IVipSwapOperations * string * string * Microsoft.Azure.Management.Network.Models.SwapResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function CreateAsync (operations As IVipSwapOperations, groupName As String, resourceName As String, parameters As SwapResource, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IVipSwapOperations

この拡張メソッドの操作グループ。

groupName
String

リソース グループの名前。

resourceName
String

クラウド サービスの名前。

parameters
SwapResource

SwapResource オブジェクト。スロットの種類は、指定されたクラウド サービスの vip スワップ後にターゲット スロットにする必要があります。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象