Class GitHubActionWebAppStackSettings
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.GitHubActionWebAppStackSettings
-
public final class GitHubActionWebAppStackSettings extends Object
GitHub Actions Web App stack settings.
-
-
Constructor Summary
Constructors Constructor Description GitHubActionWebAppStackSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisSupported()Get the isSupported property: <code>true</code> if GitHub Actions is supported for the stack; otherwise, <code>false</code>.StringsupportedVersion()Get the supportedVersion property: The minor version that is supported for GitHub Actions.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
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.
-
-