AzureStaticWebAppsResponse

data class AzureStaticWebAppsResponse(val enabled: Boolean? = null, val registration: AzureStaticWebAppsRegistrationResponse? = null)

The configuration settings of the Azure Static Web Apps provider.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, registration: AzureStaticWebAppsRegistrationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

false if the Azure Static Web Apps provider should not be enabled despite the set registration; otherwise, true.

Link copied to clipboard

The configuration settings of the Azure Static Web Apps registration.