| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
GitHubActionContainerConfiguration |
GitHubActionConfiguration.containerConfiguration()
Get the containerConfiguration property: GitHub Action container configuration.
|
GitHubActionContainerConfiguration |
GitHubActionContainerConfiguration.withImageName(String imageName)
Set the imageName property: The image name for the build.
|
GitHubActionContainerConfiguration |
GitHubActionContainerConfiguration.withPassword(String password)
Set the password property: The password used to upload the image to the container registry.
|
GitHubActionContainerConfiguration |
GitHubActionContainerConfiguration.withServerUrl(String serverUrl)
Set the serverUrl property: The server URL for the container registry where the build will be hosted.
|
GitHubActionContainerConfiguration |
GitHubActionContainerConfiguration.withUsername(String username)
Set the username property: The username used to upload the image to the container registry.
|
| Modifier and Type | Method and Description |
|---|---|
GitHubActionConfiguration |
GitHubActionConfiguration.withContainerConfiguration(GitHubActionContainerConfiguration containerConfiguration)
Set the containerConfiguration property: GitHub Action container configuration.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.