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?: 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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for JavaScript