WebAppsOperationsExtensions.UpdateSitePushSettingsAsync Method

Definition

Updates the Push settings associated with web app.

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

Parameters

operations
IWebAppsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

name
String

Name of web app.

pushSettings
PushSettingsInner

Push settings associated with web app.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Description for Updates the Push settings associated with web app.

Applies to