Share via


AppRegistration Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.AppRegistrationTypeConverter))]
public class AppRegistration : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IAppRegistration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.AppRegistrationTypeConverter))>]
type AppRegistration = class
    interface IAppRegistration
    interface IJsonSerializable
Public Class AppRegistration
Implements IAppRegistration
Inheritance
AppRegistration
Attributes
Implements

Constructors

AppRegistration()

Creates an new AppRegistration instance.

Properties

AppId

The App ID of the app used for login.

AppSecretSettingName

The app setting name that contains the app secret.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AppRegistration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AppRegistration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IAppRegistration.

FromJsonString(String)

Creates a new instance of AppRegistration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AppRegistration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to