次の方法で共有


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);
static member BeginSwapSlotWithProduction : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity -> unit
<Extension()>
Public Sub BeginSwapSlotWithProduction (operations As IWebAppsOperations, resourceGroupName As String, name As String, slotSwapEntity As CsmSlotEntity)

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

slotSwapEntity
CsmSlotEntity

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

注釈

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

適用対象