Uses of Class
com.azure.resourcemanager.appcontainers.models.GithubActionConfiguration
Packages that use GithubActionConfiguration
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of GithubActionConfiguration in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return GithubActionConfigurationModifier and TypeMethodDescriptionSourceControlInner.githubActionConfiguration()
Get the githubActionConfiguration property: Container App Revision Template with all possible settings and the defaults if user did not provide them.SourceControlProperties.githubActionConfiguration()
Get the githubActionConfiguration property: Container App Revision Template with all possible settings and the defaults if user did not provide them.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type GithubActionConfigurationModifier and TypeMethodDescriptionSourceControlInner.withGithubActionConfiguration
(GithubActionConfiguration githubActionConfiguration) Set the githubActionConfiguration property: Container App Revision Template with all possible settings and the defaults if user did not provide them.SourceControlProperties.withGithubActionConfiguration
(GithubActionConfiguration githubActionConfiguration) Set the githubActionConfiguration property: Container App Revision Template with all possible settings and the defaults if user did not provide them. -
Uses of GithubActionConfiguration in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return GithubActionConfigurationModifier and TypeMethodDescriptionstatic GithubActionConfiguration
GithubActionConfiguration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of GithubActionConfiguration from the JsonReader.SourceControl.githubActionConfiguration()
Gets the githubActionConfiguration property: Container App Revision Template with all possible settings and the defaults if user did not provide them.GithubActionConfiguration.withAzureCredentials
(AzureCredentials azureCredentials) Set the azureCredentials property: AzureCredentials configurations.GithubActionConfiguration.withContextPath
(String contextPath) Set the contextPath property: Context path.GithubActionConfiguration.withGithubPersonalAccessToken
(String githubPersonalAccessToken) Set the githubPersonalAccessToken property: One time Github PAT to configure github environment.Set the image property: Image name.Set the os property: Operation system.GithubActionConfiguration.withPublishType
(String publishType) Set the publishType property: Code or Image.GithubActionConfiguration.withRegistryInfo
(RegistryInfo registryInfo) Set the registryInfo property: Registry configurations.GithubActionConfiguration.withRuntimeStack
(String runtimeStack) Set the runtimeStack property: Runtime stack.GithubActionConfiguration.withRuntimeVersion
(String runtimeVersion) Set the runtimeVersion property: Runtime version.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type GithubActionConfigurationModifier and TypeMethodDescriptionSourceControl.DefinitionStages.WithGithubActionConfiguration.withGithubActionConfiguration
(GithubActionConfiguration githubActionConfiguration) Specifies the githubActionConfiguration property: Container App Revision Template with all possible settings and the defaults if user did not provide them.SourceControl.UpdateStages.WithGithubActionConfiguration.withGithubActionConfiguration
(GithubActionConfiguration githubActionConfiguration) Specifies the githubActionConfiguration property: Container App Revision Template with all possible settings and the defaults if user did not provide them.