다음을 통해 공유


ServiceUnitArtifacts Class

Definition

Defines the artifacts of a service unit.

public class ServiceUnitArtifacts
type ServiceUnitArtifacts = class
Public Class ServiceUnitArtifacts
Inheritance
ServiceUnitArtifacts

Constructors

Name Description
ServiceUnitArtifacts()

Initializes a new instance of ServiceUnitArtifacts.

Properties

Name Description
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.

Applies to