Get Workflow Result
data class GetWorkflowResult(val appName: String? = null, val azureApiVersion: String, val builderVersion: String? = null, val dockerfileGenerationMode: String? = null, val dockerfileOutputDirectory: String? = null, val generationLanguage: String? = null, val githubWorkflowProfile: GitHubWorkflowProfileResponse? = null, val id: String, val imageName: String? = null, val imageTag: String? = null, val languageVersion: String? = null, val location: String, val manifestGenerationMode: String? = null, val manifestOutputDirectory: String? = null, val manifestType: String? = null, val name: String, val namespace: String? = null, val port: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Resource representation of a workflow
Constructors
Link copied to clipboard
constructor(appName: String? = null, azureApiVersion: String, builderVersion: String? = null, dockerfileGenerationMode: String? = null, dockerfileOutputDirectory: String? = null, generationLanguage: String? = null, githubWorkflowProfile: GitHubWorkflowProfileResponse? = null, id: String, imageName: String? = null, imageTag: String? = null, languageVersion: String? = null, location: String, manifestGenerationMode: String? = null, manifestOutputDirectory: String? = null, manifestType: String? = null, name: String, namespace: String? = null, port: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The version of the language image used for building the code in the generated dockerfile.
Link copied to clipboard
The mode of generation to be used for generating Dockerfiles.
Link copied to clipboard
The directory to output the generated Dockerfile to.
Link copied to clipboard
The programming language used.
Link copied to clipboard
Profile of a github workflow.
Link copied to clipboard
The version of the language image used for execution in the generated dockerfile.
Link copied to clipboard
The mode of generation to be used for generating Manifest.
Link copied to clipboard
The directory to output the generated manifests to.
Link copied to clipboard
Determines the type of manifests to be generated.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.