Freigeben über


ArmAppServiceModelFactory.SiteAuthSettingsV2 Methode

Definition

Initialisiert eine neue instance von SiteAuthSettingsV2.

public static Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 SiteAuthSettingsV2 (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.AppService.Models.AuthPlatform platform = default, Azure.ResourceManager.AppService.Models.GlobalValidation globalValidation = default, Azure.ResourceManager.AppService.Models.AppServiceIdentityProviders identityProviders = default, Azure.ResourceManager.AppService.Models.WebAppLoginInfo login = default, Azure.ResourceManager.AppService.Models.AppServiceHttpSettings httpSettings = default, string kind = default);
static member SiteAuthSettingsV2 : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.AppService.Models.AuthPlatform * Azure.ResourceManager.AppService.Models.GlobalValidation * Azure.ResourceManager.AppService.Models.AppServiceIdentityProviders * Azure.ResourceManager.AppService.Models.WebAppLoginInfo * Azure.ResourceManager.AppService.Models.AppServiceHttpSettings * string -> Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2
Public Shared Function SiteAuthSettingsV2 (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional platform As AuthPlatform = Nothing, Optional globalValidation As GlobalValidation = Nothing, Optional identityProviders As AppServiceIdentityProviders = Nothing, Optional login As WebAppLoginInfo = Nothing, Optional httpSettings As AppServiceHttpSettings = Nothing, Optional kind As String = Nothing) As SiteAuthSettingsV2

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemDaten.

platform
AuthPlatform

Die Konfigurationseinstellungen der Plattform von App Service Authentifizierung/Autorisierung.

globalValidation
GlobalValidation

Die Konfigurationseinstellungen, die den Validierungsfluss von Benutzern mithilfe von App Service Authentifizierung/Autorisierung bestimmen.

identityProviders
AppServiceIdentityProviders

Die Konfigurationseinstellungen der einzelnen Identitätsanbieter, die zum Konfigurieren App Service Authentifizierung/Autorisierung verwendet werden.

login
WebAppLoginInfo

Die Konfigurationseinstellungen des Anmeldeflows von Benutzern, die App Service Authentifizierung/Autorisierung verwenden.

httpSettings
AppServiceHttpSettings

Die Konfigurationseinstellungen der HTTP-Anforderungen für Authentifizierungs- und Autorisierungsanforderungen für App Service Authentifizierung/Autorisierung.

kind
String

Art der Ressource.

Gibt zurück

Eine neue SiteAuthSettingsV2 instance zum Mocking.

Gilt für: