Class GitHubActionWebAppStackSettings

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

public final class GitHubActionWebAppStackSettings extends Object
GitHub Actions Web App stack settings.
  • Constructor Details

    • GitHubActionWebAppStackSettings

      public GitHubActionWebAppStackSettings()
  • Method Details

    • isSupported

      public Boolean isSupported()
      Get the isSupported property: <code>true</code> if GitHub Actions is supported for the stack; otherwise, <code>false</code>.
      Returns:
      the isSupported value.
    • supportedVersion

      public String supportedVersion()
      Get the supportedVersion property: The minor version that is supported for GitHub Actions.
      Returns:
      the supportedVersion value.
    • validate

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