AuthPlatform Class

Definition

The configuration settings of the platform of App Service Authentication/Authorization.

public class AuthPlatform
public class AuthPlatform : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.AuthPlatform>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.AuthPlatform>
type AuthPlatform = class
type AuthPlatform = class
    interface IJsonModel<AuthPlatform>
    interface IPersistableModel<AuthPlatform>
Public Class AuthPlatform
Public Class AuthPlatform
Implements IJsonModel(Of AuthPlatform), IPersistableModel(Of AuthPlatform)
Inheritance
AuthPlatform
Implements

Constructors

AuthPlatform()

Initializes a new instance of AuthPlatform.

Properties

ConfigFilePath

The path of the config file containing auth settings if they come from a file. If the path is relative, base will the site's root directory.

IsEnabled

<code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.

RuntimeVersion

The RuntimeVersion of the Authentication / Authorization feature in use for the current app. The setting in this value can control the behavior of certain features in the Authentication / Authorization module.

Explicit Interface Implementations

IJsonModel<AuthPlatform>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AuthPlatform>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AuthPlatform>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AuthPlatform>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AuthPlatform>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to