RemoveDeliverySiteMachineDataModel
Data contract for the workflowStep "Remove-DeliverySiteMachine"
Properties
Name | Description | Additional information |
---|---|---|
State | No documentation available. |
Type: String |
Machine | No documentation available. |
Type: MachineDataModel |
SessionMachineCatalog | No documentation available. |
Type: ReferenceDataModel |
DeliverySite | No documentation available. |
Type: ReferenceDataModel |
DeliveryGroup | No documentation available. |
Type: ReferenceDataModel |
HostName | Host short name |
Type: String |
AutoProvisioning | Was this machine autoprovisioned |
Type: Boolean |
Sample
application/json
Sample:
{ "State": "sample string 1", "Machine": { "MachineName": "sample string 1", "Domain": { "Id": "sample string 1", "Name": "sample string 2" } }, "SessionMachineCatalog": { "Id": "sample string 1", "Name": "sample string 2" }, "DeliverySite": { "Id": "sample string 1", "Name": "sample string 2" }, "DeliveryGroup": { "Id": "sample string 1", "Name": "sample string 2" }, "HostName": "sample string 2", "AutoProvisioning": true }