Class Deployment
- Namespace
- The.Management
- Assembly
- Instagile.dll
Information about a downloadable client app.
public class Deployment
- Inheritance
-
Deployment
- Inherited Members
Properties
Contents
Optional list of individual files within the archive.
public DeploymentFile[]? Contents { get; set; }
Property Value
Environment
public string? Environment { get; set; }
Property Value
Filename
Filename of an archive containing the whole deployment.
public string? Filename { get; set; }
Property Value
PartialPath
URL which can be queried for a partial archive containing only some files.
public string? PartialPath { get; set; }
Property Value
Path
URL for an archive containing the whole deployment.
public string? Path { get; set; }
Property Value
Version
public string? Version { get; set; }
Property Value
Methods
Clone()
public Deployment Clone()