AzureStaticWebApps Class
The configuration settings of the Azure Static Web Apps provider.
Constructor
AzureStaticWebApps(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
enabled
|
|
|
registration
|
The configuration settings of the Azure Static Web Apps registration. |
Attributes
enabled
false if the Azure Static Web Apps provider should not be enabled despite the set
registration; otherwise, true.
enabled: bool | None
registration
The configuration settings of the Azure Static Web Apps registration.
registration: _models.AzureStaticWebAppsRegistration | None