次の方法で共有


VipSwapOperationsExtensions.BeginCreate メソッド

定義

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

public static void BeginCreate (this Microsoft.Azure.Management.Network.IVipSwapOperations operations, string groupName, string resourceName, Microsoft.Azure.Management.Network.Models.SwapResource parameters);
static member BeginCreate : Microsoft.Azure.Management.Network.IVipSwapOperations * string * string * Microsoft.Azure.Management.Network.Models.SwapResource -> unit
<Extension()>
Public Sub BeginCreate (operations As IVipSwapOperations, groupName As String, resourceName As String, parameters As SwapResource)

パラメーター

operations
IVipSwapOperations

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

groupName
String

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

resourceName
String

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

parameters
SwapResource

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

適用対象