ContainerAppAuthPlatform Class

Definition

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

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

Constructors

ContainerAppAuthPlatform()

Initializes a new instance of ContainerAppAuthPlatform.

Properties

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppAuthPlatform>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppAuthPlatform>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppAuthPlatform>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppAuthPlatform>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppAuthPlatform>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to