SetProvisionBaseVMSnapshotDataModel

Data contract for the workflow step "Set-ProvisionBaseVMSnapshot".

Properties

NameDescription Additional information
SessionMachineCatalog

No documentation available.

Type: ReferenceDataModel

BaseVMTemplate

The name of the Base VM Template

Type: String

SharedAllocationDomain

The Shared domain.

Type: ReferenceDataModel

ComputeResource

The Data for the Host containing the Base VM.

Type: ComputeResourceDataModel

Sample

application/json

Sample:
{
  "SessionMachineCatalog": {
    "Id": "sample string 1",
    "Name": "sample string 2"
  },
  "BaseVMTemplate": "sample string 1",
  "SharedAllocationDomain": {
    "Id": "sample string 1",
    "Name": "sample string 2"
  },
  "ComputeResource": {
    "HypervisorType": "sample string 1",
    "Address": "sample string 2",
    "ClusterFullPath": "sample string 3",
    "Networks": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "HAServers": "sample string 4",
    "Id": "sample string 5",
    "Name": "sample string 6"
  }
}