次の方法で共有


WebAppsOperationsExtensions.UpdateSitePushSettingsSlot メソッド

定義

Web アプリに関連付けられている [プッシュ] 設定を更新します。

public static Microsoft.Azure.Management.WebSites.Models.PushSettings UpdateSitePushSettingsSlot(this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.PushSettings pushSettings, string slot);
static member UpdateSitePushSettingsSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.PushSettings * string -> Microsoft.Azure.Management.WebSites.Models.PushSettings
<Extension()>
Public Function UpdateSitePushSettingsSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, pushSettings As PushSettings, slot As String) As PushSettings

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

Web アプリの名前。

pushSettings
PushSettings

Web アプリに関連付けられているプッシュ設定。

slot
String

Web アプリ スロットの名前。 指定しない場合、既定では運用スロットになります。

戻り値

注釈

Web アプリに関連付けられているプッシュ設定を更新する方法について説明します。

適用対象