AppServiceAppleProvider Class

Definition

The configuration settings of the Apple provider.

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

Constructors

AppServiceAppleProvider()

Initializes a new instance of AppServiceAppleProvider.

Properties

IsEnabled

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

LoginScopes

A list of the scopes that should be requested while authenticating.

Registration

The configuration settings of the Apple registration.

Explicit Interface Implementations

IJsonModel<AppServiceAppleProvider>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppServiceAppleProvider>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceAppleProvider>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceAppleProvider>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServiceAppleProvider>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to