WebAppsOperationsExtensions.UpdateAuthSettingsSlotAsync(IWebAppsOperations, String, String, SiteAuthSettingsInner, String, CancellationToken) Method
Definition
Updates the Authentication / Authorization settings associated with web app.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SiteAuthSettingsInner> UpdateAuthSettingsSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.SiteAuthSettingsInner siteAuthSettings, string slot, System.Threading.CancellationToken cancellationToken = null);
static member UpdateAuthSettingsSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.SiteAuthSettingsInner * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SiteAuthSettingsInner>
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
- siteAuthSettings
- SiteAuthSettingsInner
Auth settings associated with web app
- slot
- String
Name of web app slot. If not specified then will default to production slot.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Updates the Authentication / Authorization settings associated with web
app.