次の方法で共有


WebSiteResource.UpdateSitePushSettings メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/pushsettings
  • 操作IdWebApps_UpdateSitePushSettings
public virtual Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings> UpdateSitePushSettings (Azure.ResourceManager.AppService.Models.WebAppPushSettings pushSettings, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateSitePushSettings : Azure.ResourceManager.AppService.Models.WebAppPushSettings * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>
override this.UpdateSitePushSettings : Azure.ResourceManager.AppService.Models.WebAppPushSettings * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>
Public Overridable Function UpdateSitePushSettings (pushSettings As WebAppPushSettings, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebAppPushSettings)

パラメーター

pushSettings
WebAppPushSettings

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

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

pushSettings が null です。

適用対象