Share via


ContainerAppClientRegistration Class

Definition

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

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

Constructors

ContainerAppClientRegistration()

Initializes a new instance of ContainerAppClientRegistration.

Properties

ClientId

The Client ID of the app used for login.

ClientSecretSettingName

The app setting name that contains the client secret.

Explicit Interface Implementations

IJsonModel<ContainerAppClientRegistration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppClientRegistration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppClientRegistration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppClientRegistration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppClientRegistration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to