次の方法で共有


WebAppsOperationsExtensions.SwapSlotWithProduction メソッド

定義

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

public static void SwapSlotWithProduction(this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity slotSwapEntity);
static member SwapSlotWithProduction : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity -> unit
<Extension()>
Public Sub SwapSlotWithProduction (operations As IWebAppsOperations, resourceGroupName As String, name As String, slotSwapEntity As CsmSlotEntity)

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

slotSwapEntity
CsmSlotEntity

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

注釈

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

適用対象