Get Workflow Result
data class GetWorkflowResult(val acr: ACRResponse? = null, val aksResourceId: String? = null, val authStatus: String, val branchName: String? = null, val deploymentProperties: DeploymentPropertiesResponse? = null, val dockerBuildContext: String? = null, val dockerfile: String? = null, val id: String, val lastWorkflowRun: WorkflowRunResponse? = null, val location: String, val name: String, val namespace: String? = null, val oidcCredentials: GitHubWorkflowProfileResponseOidcCredentials? = null, val prStatus: String, val prURL: String, val pullNumber: Int, val repositoryName: String? = null, val repositoryOwner: 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(acr: ACRResponse? = null, aksResourceId: String? = null, authStatus: String, branchName: String? = null, deploymentProperties: DeploymentPropertiesResponse? = null, dockerBuildContext: String? = null, dockerfile: String? = null, id: String, lastWorkflowRun: WorkflowRunResponse? = null, location: String, name: String, namespace: String? = null, oidcCredentials: GitHubWorkflowProfileResponseOidcCredentials? = null, prStatus: String, prURL: String, pullNumber: Int, repositoryName: String? = null, repositoryOwner: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
Information on the azure container registry
Link copied to clipboard
The Azure Kubernetes Cluster Resource the application will be deployed to.
Link copied to clipboard
Determines the authorization status of requests.
Link copied to clipboard
Repository Branch Name
Link copied to clipboard
Link copied to clipboard
Path to Dockerfile Build Context within the repository.
Link copied to clipboard
Path to the Dockerfile within the repository.
Link copied to clipboard
Link copied to clipboard
The fields needed for OIDC with GitHub.
Link copied to clipboard
The number associated with the submitted pull request.
Link copied to clipboard
Repository Name
Link copied to clipboard
Repository Owner
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.