Service Unit Artifacts Args
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.
Properties
Link copied to clipboard
The path to the ARM parameters file relative to the artifact source.
Link copied to clipboard
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
The full URI of the ARM template file with the SAS token.