AppServiceTwitterProvider Class

Definition

The configuration settings of the Twitter provider.

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

Constructors

AppServiceTwitterProvider()

Initializes a new instance of AppServiceTwitterProvider.

Properties

IsEnabled

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

Registration

The configuration settings of the app registration for the Twitter provider.

Explicit Interface Implementations

IJsonModel<AppServiceTwitterProvider>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppServiceTwitterProvider>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceTwitterProvider>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceTwitterProvider>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServiceTwitterProvider>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to