次の方法で共有


VipSwapOperationsExtensions.Create メソッド

定義

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

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

パラメーター

operations
IVipSwapOperations

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

groupName
String

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

resourceName
String

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

parameters
SwapResource

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

適用対象