WebSiteSlotResource.UpdateAuthSettingsSlot Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description for Updates the Authentication / Authorization settings associated with web app.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/authsettings
- Operation Id: WebApps_UpdateAuthSettingsSlot
- Default Api Version: 2023-12-01
- Resource: WebSiteSlotResource
public virtual Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings> UpdateAuthSettingsSlot (Azure.ResourceManager.AppService.Models.SiteAuthSettings siteAuthSettings, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAuthSettingsSlot : Azure.ResourceManager.AppService.Models.SiteAuthSettings * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>
override this.UpdateAuthSettingsSlot : Azure.ResourceManager.AppService.Models.SiteAuthSettings * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>
Public Overridable Function UpdateAuthSettingsSlot (siteAuthSettings As SiteAuthSettings, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteAuthSettings)
Parameters
- siteAuthSettings
- SiteAuthSettings
Auth settings associated with web app.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
siteAuthSettings
is null.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET