AddProvisionedMachineToDeliveryGroupDataModel
Data contract for the workflow step "New-ProvisionMachine".
Properties
Name | Description | Additional information |
---|---|---|
DeliveryGroup | No documentation available. |
Type: ReferenceDataModel |
DeliverySite | No documentation available. |
Type: ReferenceDataModel |
SessionMachineCatalog | No documentation available. |
Type: ReferenceDataModel |
ComputeResource | No documentation available. |
Type: ReferenceDataModel |
MachineAllocationDomain | No documentation available. |
Type: ReferenceDataModel |
ProvisionedMachine | No documentation available. |
Type: Array of String |
ResetOnReboot | No documentation available. |
Type: Boolean |
PVDiskLetter | No documentation available. |
Type: String |
Sample
application/json
Sample:
{ "DeliveryGroup": { "Id": "sample string 1", "Name": "sample string 2" }, "DeliverySite": { "Id": "sample string 1", "Name": "sample string 2" }, "SessionMachineCatalog": { "Id": "sample string 1", "Name": "sample string 2" }, "ComputeResource": { "Id": "sample string 1", "Name": "sample string 2" }, "MachineAllocationDomain": { "Id": "sample string 1", "Name": "sample string 2" }, "ProvisionedMachine": [ "sample string 1", "sample string 2", "sample string 3" ], "ResetOnReboot": true, "PVDiskLetter": "sample string 1" }