| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
GitHubActionConfiguration |
SiteSourceControlInner.gitHubActionConfiguration()
Get the gitHubActionConfiguration property: If GitHub Action is selected, than the associated configuration.
|
| Modifier and Type | Method and Description |
|---|---|
SiteSourceControlInner |
SiteSourceControlInner.withGitHubActionConfiguration(GitHubActionConfiguration gitHubActionConfiguration)
Set the gitHubActionConfiguration property: If GitHub Action is selected, than the associated configuration.
|
| Modifier and Type | Method and Description |
|---|---|
GitHubActionConfiguration |
GitHubActionConfiguration.withCodeConfiguration(GitHubActionCodeConfiguration codeConfiguration)
Set the codeConfiguration property: GitHub Action code configuration.
|
GitHubActionConfiguration |
GitHubActionConfiguration.withContainerConfiguration(GitHubActionContainerConfiguration containerConfiguration)
Set the containerConfiguration property: GitHub Action container configuration.
|
GitHubActionConfiguration |
GitHubActionConfiguration.withGenerateWorkflowFile(Boolean generateWorkflowFile)
Set the generateWorkflowFile property: Workflow option to determine whether the workflow file should be generated
and written to the repository.
|
GitHubActionConfiguration |
GitHubActionConfiguration.withIsLinux(Boolean isLinux)
Set the isLinux property: This will help determine the workflow configuration to select.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.