Class AzureStaticWebApps

java.lang.Object
com.azure.resourcemanager.appservice.models.AzureStaticWebApps

public final class AzureStaticWebApps extends Object
The configuration settings of the Azure Static Web Apps provider.
  • Constructor Details

    • AzureStaticWebApps

      public AzureStaticWebApps()
  • Method Details

    • enabled

      public 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>.
      Returns:
      the enabled value.
    • withEnabled

      public 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>.
      Parameters:
      enabled - the enabled value to set.
      Returns:
      the AzureStaticWebApps object itself.
    • registration

      public AzureStaticWebAppsRegistration registration()
      Get the registration property: The configuration settings of the Azure Static Web Apps registration.
      Returns:
      the registration value.
    • withRegistration

      public AzureStaticWebApps withRegistration(AzureStaticWebAppsRegistration registration)
      Set the registration property: The configuration settings of the Azure Static Web Apps registration.
      Parameters:
      registration - the registration value to set.
      Returns:
      the AzureStaticWebApps object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.