AutomationArtifactArgs

data class AutomationArtifactArgs(val artifacts: Output<Map<String, String>>? = null, val azureFileShareProfile: Output<AzureFileShareHydrationProfileArgs>? = null, val status: Output<Either<String, AutomationArtifactStatus>>? = null) : ConvertibleToJava<AutomationArtifactArgs>

Class for automation artifact.

Constructors

Link copied to clipboard
fun AutomationArtifactArgs(artifacts: Output<Map<String, String>>? = null, azureFileShareProfile: Output<AzureFileShareHydrationProfileArgs>? = null, status: Output<Either<String, AutomationArtifactStatus>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): AutomationArtifactArgs

Properties

Link copied to clipboard
val artifacts: Output<Map<String, String>>? = null

Gets or sets the artifacts.

Link copied to clipboard

Azure file share profile for hydration of application folders not mounted on the container file system.

Link copied to clipboard
val status: Output<Either<String, AutomationArtifactStatus>>? = null

Gets or sets the status of automation artifacts.