Share via


AzureStaticWebAppsRegistration Class

Definition

The configuration settings of the registration for the Azure Static Web Apps provider

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

Constructors

AzureStaticWebAppsRegistration()

Creates an new AzureStaticWebAppsRegistration instance.

Properties

ClientId

The Client ID of the app used for login.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureStaticWebAppsRegistration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureStaticWebAppsRegistration.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureStaticWebAppsRegistration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to