public final class GitHubActionWebAppStackSettings extends Object
| Constructor and Description |
|---|
GitHubActionWebAppStackSettings() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isSupported()
Get the isSupported property: <code>true</code> if GitHub Actions is supported for the stack;
otherwise, <code>false</code>.
|
String |
supportedVersion()
Get the supportedVersion property: The minor version that is supported for GitHub Actions.
|
void |
validate()
Validates the instance.
|
public Boolean isSupported()
public String supportedVersion()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.