AzureStaticWebAppsRegistration 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 Azure Static Web Apps provider
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AzureStaticWebAppsRegistrationTypeConverter))]
public class AzureStaticWebAppsRegistration : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAzureStaticWebAppsRegistration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Functions.Models.Api20231201.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. |