GetProvisionBaseVMInfoDataModel
Data contract for the workflow step "Get-ProvisionBaseVMInfo".
Properties
| Name | Description | Additional information |
|---|---|---|
| SessionMachineCatalog | No documentation available. |
Type: ReferenceDataModel |
| BaseVMIPAddress | The Provision Base VM Ip Address. |
Type: String |
| SharedAllocationDomain | The Shared domain. |
Type: ReferenceDataModel |
Sample
application/json
Sample:
{
"SessionMachineCatalog": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"BaseVMIPAddress": "sample string 1",
"SharedAllocationDomain": {
"Id": "sample string 1",
"Name": "sample string 2"
}
}