英語で読む

次の方法で共有


WebAppsOperationsExtensions.BeginSwapSlotWithProduction メソッド

定義

アプリの 2 つのデプロイ スロットをスワップします。

public static void BeginSwapSlotWithProduction (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity slotSwapEntity);

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

アプリの名前。

slotSwapEntity
CsmSlotEntity

ターゲット スロット名を含む JSON オブジェクト。 例を参照してください。

注釈

「アプリの 2 つのデプロイ スロットをスワップする」の説明。

適用対象