AgentVersion interface
Describes properties of Agent Version.
Properties
| agent |
Represents the agent version. |
| download |
Represents the download link of specific agent version. |
| os |
Defines the os type. |
Property Details
agentVersion
Represents the agent version.
agentVersion?: string
Property Value
string
downloadLink
Represents the download link of specific agent version.
downloadLink?: string
Property Value
string
osType
Defines the os type.
osType?: string
Property Value
string