| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
GitHubActionCodeConfiguration |
GitHubActionConfiguration.codeConfiguration()
Get the codeConfiguration property: GitHub Action code configuration.
|
GitHubActionCodeConfiguration |
GitHubActionCodeConfiguration.withRuntimeStack(String runtimeStack)
Set the runtimeStack property: Runtime stack is used to determine the workflow file content for code base apps.
|
GitHubActionCodeConfiguration |
GitHubActionCodeConfiguration.withRuntimeVersion(String runtimeVersion)
Set the runtimeVersion property: Runtime version is used to determine what build version to set in the workflow
file.
|
| Modifier and Type | Method and Description |
|---|---|
GitHubActionConfiguration |
GitHubActionConfiguration.withCodeConfiguration(GitHubActionCodeConfiguration codeConfiguration)
Set the codeConfiguration property: GitHub Action code configuration.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.