ServiceUnitArtifactsArgs

data class ServiceUnitArtifactsArgs(val parametersArtifactSourceRelativePath: Output<String>? = null, val parametersUri: Output<String>? = null, val templateArtifactSourceRelativePath: Output<String>? = null, val templateUri: Output<String>? = null) : ConvertibleToJava<ServiceUnitArtifactsArgs>

Defines the artifacts of a service unit.

Constructors

Link copied to clipboard
constructor(parametersArtifactSourceRelativePath: Output<String>? = null, parametersUri: Output<String>? = null, templateArtifactSourceRelativePath: Output<String>? = null, templateUri: Output<String>? = null)

Properties

Link copied to clipboard

The path to the ARM parameters file relative to the artifact source.

Link copied to clipboard
val parametersUri: Output<String>? = null

The full URI of the ARM parameters file with the SAS token.

Link copied to clipboard

The path to the ARM template file relative to the artifact source.

Link copied to clipboard
val templateUri: Output<String>? = null

The full URI of the ARM template file with the SAS token.

Functions

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