Uses of Class
com.azure.resourcemanager.appservice.models.GitHubActionConfiguration
Packages that use GitHubActionConfiguration
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of GitHubActionConfiguration in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return GitHubActionConfigurationModifier and TypeMethodDescriptionSiteSourceControlInner.gitHubActionConfiguration()Get the gitHubActionConfiguration property: If GitHub Action is selected, than the associated configuration.SiteSourceControlProperties.gitHubActionConfiguration()Get the gitHubActionConfiguration property: If GitHub Action is selected, than the associated configuration.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type GitHubActionConfigurationModifier and TypeMethodDescriptionSiteSourceControlInner.withGitHubActionConfiguration(GitHubActionConfiguration gitHubActionConfiguration) Set the gitHubActionConfiguration property: If GitHub Action is selected, than the associated configuration.SiteSourceControlProperties.withGitHubActionConfiguration(GitHubActionConfiguration gitHubActionConfiguration) Set the gitHubActionConfiguration property: If GitHub Action is selected, than the associated configuration. -
Uses of GitHubActionConfiguration in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return GitHubActionConfigurationModifier and TypeMethodDescriptionstatic GitHubActionConfigurationGitHubActionConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GitHubActionConfiguration from the JsonReader.GitHubActionConfiguration.withCodeConfiguration(GitHubActionCodeConfiguration codeConfiguration) Set the codeConfiguration property: GitHub Action code configuration.GitHubActionConfiguration.withContainerConfiguration(GitHubActionContainerConfiguration containerConfiguration) Set the containerConfiguration property: GitHub Action container configuration.GitHubActionConfiguration.withGenerateWorkflowFile(Boolean generateWorkflowFile) Set the generateWorkflowFile property: Workflow option to determine whether the workflow file should be generated and written to the repository.GitHubActionConfiguration.withIsLinux(Boolean isLinux) Set the isLinux property: This will help determine the workflow configuration to select.