Class AzureStaticWebApps

java.lang.Object
com.azure.resourcemanager.appservice.models.AzureStaticWebApps
All Implemented Interfaces:
com.azure.json.JsonSerializable<AzureStaticWebApps>

public final class AzureStaticWebApps extends Object implements com.azure.json.JsonSerializable<AzureStaticWebApps>
The configuration settings of the Azure Static Web Apps provider.
  • Constructor Details

    • AzureStaticWebApps

      public AzureStaticWebApps()
      Creates an instance of AzureStaticWebApps class.
  • 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.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<AzureStaticWebApps>
      Throws:
      IOException
    • fromJson

      public static AzureStaticWebApps fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of AzureStaticWebApps from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of AzureStaticWebApps if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the AzureStaticWebApps.