AppServiceAppleRegistration Class

Definition

The configuration settings of the registration for the Apple provider.

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

Constructors

AppServiceAppleRegistration()

Initializes a new instance of AppServiceAppleRegistration.

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<AppServiceAppleRegistration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppServiceAppleRegistration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceAppleRegistration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceAppleRegistration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServiceAppleRegistration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to