Uses of Class
com.azure.resourcemanager.appservice.models.GitHubActionConfiguration
-
Packages that use GitHubActionConfiguration Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 GitHubActionConfiguration Modifier and Type Method Description GitHubActionConfigurationSiteSourceControlInner. gitHubActionConfiguration()Get the gitHubActionConfiguration property: If GitHub Action is selected, than the associated configuration.GitHubActionConfigurationSiteSourceControlProperties. 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 GitHubActionConfiguration Modifier and Type Method Description SiteSourceControlInnerSiteSourceControlInner. withGitHubActionConfiguration(GitHubActionConfiguration gitHubActionConfiguration)Set the gitHubActionConfiguration property: If GitHub Action is selected, than the associated configuration.SiteSourceControlPropertiesSiteSourceControlProperties. 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 GitHubActionConfiguration Modifier and Type Method Description GitHubActionConfigurationGitHubActionConfiguration. withCodeConfiguration(GitHubActionCodeConfiguration codeConfiguration)Set the codeConfiguration property: GitHub Action code configuration.GitHubActionConfigurationGitHubActionConfiguration. withContainerConfiguration(GitHubActionContainerConfiguration containerConfiguration)Set the containerConfiguration property: GitHub Action container configuration.GitHubActionConfigurationGitHubActionConfiguration. withGenerateWorkflowFile(Boolean generateWorkflowFile)Set the generateWorkflowFile property: Workflow option to determine whether the workflow file should be generated and written to the repository.GitHubActionConfigurationGitHubActionConfiguration. withIsLinux(Boolean isLinux)Set the isLinux property: This will help determine the workflow configuration to select.
-