ServiceUnitArtifacts Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET