Condividi tramite


ServiceUnitArtifacts Class

Definition

Defines the artifacts of a service unit.

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

Constructors

ServiceUnitArtifacts()

Initializes a new instance of the ServiceUnitArtifacts class.

ServiceUnitArtifacts(String, String, String, String)

Initializes a new instance of the ServiceUnitArtifacts class.

Properties

ParametersArtifactSourceRelativePath

Gets or sets the path to the ARM parameters file relative to the artifact source.

ParametersUri

Gets or sets the full URI of the ARM parameters file with the SAS token.

TemplateArtifactSourceRelativePath

Gets or sets the path to the ARM template file relative to the artifact source.

TemplateUri

Gets or sets the full URI of the ARM template file with the SAS token.

Applies to