SiteAuthSettingsV2 Class
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.
Configuration settings for the Azure App Service Authentication / Authorization V2 feature.
public class SiteAuthSettingsV2 : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>
type SiteAuthSettingsV2 = class
inherit ResourceData
interface IJsonModel<SiteAuthSettingsV2>
interface IPersistableModel<SiteAuthSettingsV2>
Public Class SiteAuthSettingsV2
Inherits ResourceData
Implements IJsonModel(Of SiteAuthSettingsV2), IPersistableModel(Of SiteAuthSettingsV2)
- Inheritance
- Implements
Constructors
SiteAuthSettingsV2() |
Initializes a new instance of SiteAuthSettingsV2. |
Properties
GlobalValidation |
The configuration settings that determines the validation flow of users using App Service Authentication/Authorization. |
HttpSettings |
The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
IdentityProviders |
The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization. |
Kind |
Kind of resource. |
Login |
The configuration settings of the login flow of users using App Service Authentication/Authorization. |
Name |
The name of the resource. (Inherited from ResourceData) |
Platform |
The configuration settings of the platform of App Service Authentication/Authorization. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<SiteAuthSettingsV2>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SiteAuthSettingsV2>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SiteAuthSettingsV2>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SiteAuthSettingsV2>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SiteAuthSettingsV2>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET