Uses of Class
com.azure.resourcemanager.appcontainers.models.GithubActionConfiguration
-
Packages that use GithubActionConfiguration Package Description com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models 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 GithubActionConfiguration Modifier and Type Method Description GithubActionConfiguration
SourceControlInner. githubActionConfiguration()
Get the githubActionConfiguration property: Container App Revision Template with all possible settings and the defaults if user did not provide them.GithubActionConfiguration
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 GithubActionConfiguration Modifier and Type Method Description SourceControlInner
SourceControlInner. 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
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 GithubActionConfiguration Modifier and Type Method Description GithubActionConfiguration
SourceControl. githubActionConfiguration()
Gets the githubActionConfiguration property: Container App Revision Template with all possible settings and the defaults if user did not provide them.GithubActionConfiguration
GithubActionConfiguration. withAzureCredentials(AzureCredentials azureCredentials)
Set the azureCredentials property: AzureCredentials configurations.GithubActionConfiguration
GithubActionConfiguration. withContextPath(String contextPath)
Set the contextPath property: Context path.GithubActionConfiguration
GithubActionConfiguration. withImage(String image)
Set the image property: Image name.GithubActionConfiguration
GithubActionConfiguration. withOs(String os)
Set the os property: Operation system.GithubActionConfiguration
GithubActionConfiguration. withPublishType(String publishType)
Set the publishType property: Code or Image.GithubActionConfiguration
GithubActionConfiguration. withRegistryInfo(RegistryInfo registryInfo)
Set the registryInfo property: Registry configurations.GithubActionConfiguration
GithubActionConfiguration. withRuntimeStack(String runtimeStack)
Set the runtimeStack property: Runtime stack.GithubActionConfiguration
GithubActionConfiguration. withRuntimeVersion(String runtimeVersion)
Set the runtimeVersion property: Runtime version.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type GithubActionConfiguration Modifier and Type Method Description SourceControl.DefinitionStages.WithCreate
SourceControl.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.Update
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.
-