Share via


ContainerAppAzureStaticWebAppsConfiguration Class

Definition

The configuration settings of the Azure Static Web Apps provider.

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

Constructors

ContainerAppAzureStaticWebAppsConfiguration()

Initializes a new instance of ContainerAppAzureStaticWebAppsConfiguration.

Properties

IsEnabled

<code>false</code> if the Azure Static Web Apps provider should not be enabled despite the set registration; otherwise, <code>true</code>.

RegistrationClientId

The Client ID of the app used for login.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppAzureStaticWebAppsConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppAzureStaticWebAppsConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppAzureStaticWebAppsConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppAzureStaticWebAppsConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppAzureStaticWebAppsConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to