ContainerAppRegistration Class

Definition

The configuration settings of the app registration for providers that have app ids and app secrets.

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

Constructors

ContainerAppRegistration()

Initializes a new instance of ContainerAppRegistration.

Properties

AppId

The App ID of the app used for login.

AppSecretSettingName

The app setting name that contains the app secret.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppRegistration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppRegistration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppRegistration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppRegistration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppRegistration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to