WebAppsOperationsExtensions.UpdateSitePushSettingsAsync(IWebAppsOperations, String, String, PushSettingsInner, CancellationToken) 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 = null);
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>
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
Updates the Push settings associated with web app.