AppServiceGitHubProvider Class

Definition

The configuration settings of the GitHub provider.

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

Constructors

AppServiceGitHubProvider()

Initializes a new instance of AppServiceGitHubProvider.

Properties

IsEnabled

<code>false</code> if the GitHub 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 app registration for the GitHub provider.

Explicit Interface Implementations

IJsonModel<AppServiceGitHubProvider>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppServiceGitHubProvider>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceGitHubProvider>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceGitHubProvider>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServiceGitHubProvider>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to