Uses of Class
com.azure.resourcemanager.appservice.models.GitHubActionCodeConfiguration
-
Packages that use GitHubActionCodeConfiguration Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of GitHubActionCodeConfiguration in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return GitHubActionCodeConfiguration Modifier and Type Method Description GitHubActionCodeConfigurationGitHubActionConfiguration. codeConfiguration()Get the codeConfiguration property: GitHub Action code configuration.GitHubActionCodeConfigurationGitHubActionCodeConfiguration. withRuntimeStack(String runtimeStack)Set the runtimeStack property: Runtime stack is used to determine the workflow file content for code base apps.GitHubActionCodeConfigurationGitHubActionCodeConfiguration. withRuntimeVersion(String runtimeVersion)Set the runtimeVersion property: Runtime version is used to determine what build version to set in the workflow file.Methods in com.azure.resourcemanager.appservice.models with parameters of type GitHubActionCodeConfiguration Modifier and Type Method Description GitHubActionConfigurationGitHubActionConfiguration. withCodeConfiguration(GitHubActionCodeConfiguration codeConfiguration)Set the codeConfiguration property: GitHub Action code configuration.
-