AzureStaticWebApps 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 Azure Static Web Apps provider.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AzureStaticWebAppsTypeConverter))]
public class AzureStaticWebApps : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAzureStaticWebApps
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AzureStaticWebAppsTypeConverter))>]
type AzureStaticWebApps = class
interface IAzureStaticWebApps
interface IJsonSerializable
Public Class AzureStaticWebApps
Implements IAzureStaticWebApps
- Inheritance
-
AzureStaticWebApps
- Attributes
- Implements
Constructors
AzureStaticWebApps() |
Creates an new AzureStaticWebApps instance. |
Properties
Enabled |
|
RegistrationClientId |
The Client ID of the app used for login. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureStaticWebApps. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureStaticWebApps. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAzureStaticWebApps. |
FromJsonString(String) |
Creates a new instance of AzureStaticWebApps, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureStaticWebApps into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |