AppRegistration Class

Definition

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

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

Constructors

AppRegistration()

Initializes a new instance of AppRegistration.

Properties

AppId

The App ID of the app used for login.

AppSecretSettingName

The app setting name that contains the app secret.

Explicit Interface Implementations

IJsonModel<AppRegistration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppRegistration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppRegistration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppRegistration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppRegistration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to