public final class AzureStaticWebApps extends Object
| Constructor and Description |
|---|
AzureStaticWebApps() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
enabled()
Get the enabled property: <code>false</code> if the Azure Static Web Apps provider should not be
enabled despite the set registration; otherwise, <code>true</code>.
|
AzureStaticWebAppsRegistration |
registration()
Get the registration property: The configuration settings of the Azure Static Web Apps registration.
|
void |
validate()
Validates the instance.
|
AzureStaticWebApps |
withEnabled(Boolean enabled)
Set the enabled property: <code>false</code> if the Azure Static Web Apps provider should not be
enabled despite the set registration; otherwise, <code>true</code>.
|
AzureStaticWebApps |
withRegistration(AzureStaticWebAppsRegistration registration)
Set the registration property: The configuration settings of the Azure Static Web Apps registration.
|
public Boolean enabled()
public AzureStaticWebApps withEnabled(Boolean enabled)
enabled - the enabled value to set.public AzureStaticWebAppsRegistration registration()
public AzureStaticWebApps withRegistration(AzureStaticWebAppsRegistration registration)
registration - the registration value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.