Uses of Class
com.azure.resourcemanager.appservice.models.GitHubActionContainerConfiguration
-
Packages that use GitHubActionContainerConfiguration Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of GitHubActionContainerConfiguration in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return GitHubActionContainerConfiguration Modifier and Type Method Description GitHubActionContainerConfigurationGitHubActionConfiguration. containerConfiguration()Get the containerConfiguration property: GitHub Action container configuration.GitHubActionContainerConfigurationGitHubActionContainerConfiguration. withImageName(String imageName)Set the imageName property: The image name for the build.GitHubActionContainerConfigurationGitHubActionContainerConfiguration. withPassword(String password)Set the password property: The password used to upload the image to the container registry.GitHubActionContainerConfigurationGitHubActionContainerConfiguration. withServerUrl(String serverUrl)Set the serverUrl property: The server URL for the container registry where the build will be hosted.GitHubActionContainerConfigurationGitHubActionContainerConfiguration. withUsername(String username)Set the username property: The username used to upload the image to the container registry.Methods in com.azure.resourcemanager.appservice.models with parameters of type GitHubActionContainerConfiguration Modifier and Type Method Description GitHubActionConfigurationGitHubActionConfiguration. withContainerConfiguration(GitHubActionContainerConfiguration containerConfiguration)Set the containerConfiguration property: GitHub Action container configuration.
-