Freigeben über


WebSiteSlotResource.UpdateAuthSettingsV2SlotAsync Methode

Definition

Beschreibung für Updates Authentifizierungs-/Autorisierungseinstellungen für Apps über das V2-Format

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/authsettingsV2
  • Vorgang IdWebApps_UpdateAuthSettingsV2Slot
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>> UpdateAuthSettingsV2SlotAsync (Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 siteAuthSettingsV2, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAuthSettingsV2SlotAsync : Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>>
override this.UpdateAuthSettingsV2SlotAsync : Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>>
Public Overridable Function UpdateAuthSettingsV2SlotAsync (siteAuthSettingsV2 As SiteAuthSettingsV2, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteAuthSettingsV2))

Parameter

siteAuthSettingsV2
SiteAuthSettingsV2

Authentifizierungseinstellungen, die der Web-App zugeordnet sind.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

siteAuthSettingsV2 ist NULL.

Gilt für: