次の方法で共有


WebAppsOperationsExtensions.ApplySlotConfigToProduction メソッド

定義

ターゲット スロットから現在のスロットに構成設定を適用します。

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

slotSwapEntity
CsmSlotEntity

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

注釈

[説明] ターゲット スロットから現在のスロットに構成設定を適用します。

適用対象