RemoveSessionMachineCatalogDataModel

Data contract for the workflowStep "Remove-SessionMachineCatalog"

Properties

NameDescription Additional information
SessionMachineCatalog

No documentation available.

Type: ReferenceDataModel

DeliverySite

No documentation available.

Type: ReferenceDataModel

AllocationDomainName

No documentation available.

Type: String

ComputeResourceData

No documentation available.

Type: ReferenceDataModel

AutoProvisioning

If true, MCS. Otherwise Manual. Used by XD workloads only.

Type: Boolean

Sample

application/json

Sample:
{
  "SessionMachineCatalog": {
    "Id": "sample string 1",
    "Name": "sample string 2"
  },
  "DeliverySite": {
    "Id": "sample string 1",
    "Name": "sample string 2"
  },
  "AllocationDomainName": "sample string 1",
  "ComputeResourceData": {
    "Id": "sample string 1",
    "Name": "sample string 2"
  },
  "AutoProvisioning": true
}