AppleRegistration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The configuration settings of the registration for the Apple provider
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.AppleRegistrationTypeConverter))]
public class AppleRegistration : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IAppleRegistration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.AppleRegistrationTypeConverter))>]
type AppleRegistration = class
interface IAppleRegistration
interface IJsonSerializable
Public Class AppleRegistration
Implements IAppleRegistration
- Inheritance
-
AppleRegistration
- Attributes
- Implements
Constructors
AppleRegistration() |
Creates an new AppleRegistration instance. |
Properties
ClientId |
The Client ID of the app used for login. |
ClientSecretSettingName |
The app setting name that contains the client secret. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AppleRegistration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AppleRegistration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IAppleRegistration. |
FromJsonString(String) |
Creates a new instance of AppleRegistration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AppleRegistration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |