ServiceUnitArtifacts interface  
Defines the artifacts of a service unit.
Properties
| parameters | The path to the ARM parameters file relative to the artifact source. | 
| parameters | The full URI of the ARM parameters file with the SAS token. | 
| template | The path to the ARM template file relative to the artifact source. | 
| template | The full URI of the ARM template file with the SAS token. | 
Property Details
		parametersArtifactSourceRelativePath
	    
	The path to the ARM parameters file relative to the artifact source.
parametersArtifactSourceRelativePath?: stringProperty Value
string
		parametersUri
	 
	The full URI of the ARM parameters file with the SAS token.
parametersUri?: stringProperty Value
string
		templateArtifactSourceRelativePath
	    
	The path to the ARM template file relative to the artifact source.
templateArtifactSourceRelativePath?: stringProperty Value
string
		templateUri
	 
	The full URI of the ARM template file with the SAS token.
templateUri?: stringProperty Value
string