GitHubActionWebAppStackSettings Class

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

Implements

public final class GitHubActionWebAppStackSettings
implements JsonSerializable<GitHubActionWebAppStackSettings>

GitHub Actions Web App stack settings.

Constructor Summary

Constructor Description
GitHubActionWebAppStackSettings()

Creates an instance of GitHubActionWebAppStackSettings class.

Method Summary

Modifier and Type Method and Description
static GitHubActionWebAppStackSettings fromJson(JsonReader jsonReader)

Reads an instance of GitHubActionWebAppStackSettings from the JsonReader.

Boolean isSupported()

Get the isSupported property: true if GitHub Actions is supported for the stack; otherwise, false.

String supportedVersion()

Get the supportedVersion property: The minor version that is supported for GitHub Actions.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of GitHubActionWebAppStackSettings 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 GitHubActionWebAppStackSettings.

isSupported

public Boolean isSupported()

Get the isSupported property: true if GitHub Actions is supported for the stack; otherwise, false.

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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to