Sdílet prostřednictvím


ServiceUnitArtifacts interface

Defines the artifacts of a service unit.

Properties

parametersArtifactSourceRelativePath

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

parametersUri

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

templateArtifactSourceRelativePath

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

templateUri

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?: string

Property Value

string

parametersUri

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

parametersUri?: string

Property Value

string

templateArtifactSourceRelativePath

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

templateArtifactSourceRelativePath?: string

Property Value

string

templateUri

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

templateUri?: string

Property Value

string