Package-level declarations
Types
Link copied to clipboard
object DevhubFunctions
Link copied to clipboard
Resource representation of a IacProfile. Azure REST API version: 2024-05-01-preview.
Link copied to clipboard
data class IacProfileArgs(val branchName: Output<String>? = null, val iacProfileName: Output<String>? = null, val location: Output<String>? = null, val repositoryMainBranch: Output<String>? = null, val repositoryName: Output<String>? = null, val repositoryOwner: Output<String>? = null, val resourceGroupName: Output<String>? = null, val stages: Output<List<StagePropertiesArgs>>? = null, val storageAccountName: Output<String>? = null, val storageAccountResourceGroup: Output<String>? = null, val storageAccountSubscription: Output<String>? = null, val storageContainerName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val templates: Output<List<IacTemplatePropertiesArgs>>? = null) : ConvertibleToJava<IacProfileArgs>
Resource representation of a IacProfile. Azure REST API version: 2024-05-01-preview.
Link copied to clipboard
class IacProfileArgsBuilder
Builder for IacProfileArgs.
Link copied to clipboard
Link copied to clipboard
Builder for IacProfile.
Link copied to clipboard
data class WorkflowArgs(val acr: Output<ACRArgs>? = null, val aksResourceId: Output<String>? = null, val appName: Output<String>? = null, val branchName: Output<String>? = null, val builderVersion: Output<String>? = null, val deploymentProperties: Output<DeploymentPropertiesArgs>? = null, val dockerBuildContext: Output<String>? = null, val dockerfile: Output<String>? = null, val dockerfileGenerationMode: Output<Either<String, DockerfileGenerationMode>>? = null, val dockerfileOutputDirectory: Output<String>? = null, val generationLanguage: Output<Either<String, GenerationLanguage>>? = null, val imageName: Output<String>? = null, val imageTag: Output<String>? = null, val languageVersion: Output<String>? = null, val lastWorkflowRun: Output<WorkflowRunArgs>? = null, val location: Output<String>? = null, val manifestGenerationMode: Output<Either<String, ManifestGenerationMode>>? = null, val manifestOutputDirectory: Output<String>? = null, val manifestType: Output<Either<String, GenerationManifestType>>? = null, val namespace: Output<String>? = null, val oidcCredentials: Output<GitHubWorkflowProfileOidcCredentialsArgs>? = null, val port: Output<String>? = null, val repositoryName: Output<String>? = null, val repositoryOwner: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val workflowName: Output<String>? = null) : ConvertibleToJava<WorkflowArgs>
Resource representation of a workflow Azure REST API version: 2022-10-11-preview. Prior API version in Azure Native 1.x: 2022-04-01-preview. Other available API versions: 2023-08-01, 2024-05-01-preview.
Link copied to clipboard
class WorkflowArgsBuilder
Builder for WorkflowArgs.
Link copied to clipboard
Link copied to clipboard
class WorkflowResourceBuilder
Builder for Workflow.
Functions
Link copied to clipboard
suspend fun iacProfile(name: String, block: suspend IacProfileResourceBuilder.() -> Unit): IacProfile