NewSessionMachineDataModel
Create and a new unallocated workload machine without joining any farm.
Properties
Name | Description | Additional information |
---|---|---|
Machine | Machine name of the farm. |
Type: MachineDataModel |
ProductType | XenApp, XenDesktop. |
Type: String |
IsSingleUserXdVda | Meaningful only if ProductType == "XenDesktop". |
Type: Boolean |
DepotPath | A file share where all files (installers, certificates...) are located. It is in the format of \machineName\FolderName. |
Type: String |
Sample
application/json
Sample:
{ "Machine": { "MachineName": "sample string 1", "Domain": { "Id": "sample string 1", "Name": "sample string 2" } }, "ProductType": "sample string 1", "IsSingleUserXdVda": true, "DepotPath": "sample string 3" }