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 ServiceUnitArtifacts. |
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. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET