Uses of Class
com.azure.resourcemanager.appservice.models.GitHubActionCodeConfiguration
Packages that use GitHubActionCodeConfiguration
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of GitHubActionCodeConfiguration in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type GitHubActionCodeConfigurationModifier and TypeClassDescriptionfinal classThe GitHub action code configuration.Methods in com.azure.resourcemanager.appservice.models that return GitHubActionCodeConfigurationModifier and TypeMethodDescriptionGitHubActionConfiguration.codeConfiguration()Get the codeConfiguration property: GitHub Action code configuration.GitHubActionCodeConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GitHubActionCodeConfiguration from the JsonReader.GitHubActionCodeConfiguration.withRuntimeStack(String runtimeStack) Set the runtimeStack property: Runtime stack is used to determine the workflow file content for code base apps.GitHubActionCodeConfiguration.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 GitHubActionCodeConfigurationModifier and TypeMethodDescriptionGitHubActionConfiguration.withCodeConfiguration(GitHubActionCodeConfiguration codeConfiguration) Set the codeConfiguration property: GitHub Action code configuration.