Uses of Class
com.azure.resourcemanager.appservice.models.GitHubActionContainerConfiguration
Packages that use GitHubActionContainerConfiguration
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of GitHubActionContainerConfiguration in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type GitHubActionContainerConfigurationModifier and TypeClassDescriptionfinal classThe GitHub action container configuration.Methods in com.azure.resourcemanager.appservice.models that return GitHubActionContainerConfigurationModifier and TypeMethodDescriptionGitHubActionConfiguration.containerConfiguration()Get the containerConfiguration property: GitHub Action container configuration.GitHubActionContainerConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GitHubActionContainerConfiguration from the JsonReader.GitHubActionContainerConfiguration.withImageName(String imageName) Set the imageName property: The image name for the build.GitHubActionContainerConfiguration.withPassword(String password) Set the password property: The password used to upload the image to the container registry.GitHubActionContainerConfiguration.withServerUrl(String serverUrl) Set the serverUrl property: The server URL for the container registry where the build will be hosted.GitHubActionContainerConfiguration.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 GitHubActionContainerConfigurationModifier and TypeMethodDescriptionGitHubActionConfiguration.withContainerConfiguration(GitHubActionContainerConfiguration containerConfiguration) Set the containerConfiguration property: GitHub Action container configuration.