Freigeben über


WebSiteSlotResource.UpdateAuthSettingsV2Slot 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 Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2> UpdateAuthSettingsV2Slot (Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 siteAuthSettingsV2, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAuthSettingsV2Slot : Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>
override this.UpdateAuthSettingsV2Slot : Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>
Public Overridable Function UpdateAuthSettingsV2Slot (siteAuthSettingsV2 As SiteAuthSettingsV2, Optional cancellationToken As CancellationToken = Nothing) As 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: