GitHubActionWebAppStackSettings Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. GitHubActionWebAppStackSettings
- com.
Implements
public final class GitHubActionWebAppStackSettings
implements JsonSerializable<GitHubActionWebAppStackSettings>
GitHub Actions Web App stack settings.
Constructor Summary
Constructor | Description |
---|---|
GitHubActionWebAppStackSettings() |
Creates an instance of Git |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Git |
fromJson(JsonReader jsonReader)
Reads an instance of Git |
Boolean |
isSupported()
Get the is |
String |
supportedVersion()
Get the supported |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
GitHubActionWebAppStackSettings
public GitHubActionWebAppStackSettings()
Creates an instance of GitHubActionWebAppStackSettings class.
Method Details
fromJson
public static GitHubActionWebAppStackSettings fromJson(JsonReader jsonReader)
Reads an instance of GitHubActionWebAppStackSettings from the JsonReader.
Parameters:
Returns:
Throws:
isSupported
public Boolean isSupported()
Get the isSupported property: true
if GitHub Actions is supported for the stack; otherwise, false
.
Returns:
supportedVersion
public String supportedVersion()
Get the supportedVersion property: The minor version that is supported for GitHub Actions.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java