ServiceUnitArtifactsResponse

data class ServiceUnitArtifactsResponse(val parametersArtifactSourceRelativePath: String? = null, val parametersUri: String? = null, val templateArtifactSourceRelativePath: String? = null, val templateUri: String? = null)

Defines the artifacts of a service unit.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val parametersUri: 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: String? = null

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