WebAppsOperationsExtensions.UpdateSitePushSettingsSlotAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.PushSettingsInner> UpdateSitePushSettingsSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.PushSettingsInner pushSettings, string slot, System.Threading.CancellationToken cancellationToken = default);
static member UpdateSitePushSettingsSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.PushSettingsInner * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.PushSettingsInner>
<Extension()>
Public Function UpdateSitePushSettingsSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, pushSettings As PushSettingsInner, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PushSettingsInner)

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

Web アプリの名前。

pushSettings
PushSettingsInner

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

slot
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

Web アプリに関連付けられているプッシュ設定を更新するための説明。

適用対象