GetBaseVMDataModel
Data contract for workflow step Get-ProvisionBaseVM.
Properties
Name | Description | Additional information |
---|---|---|
SessionMachineCatalog | No documentation available. |
Type: ReferenceDataModel |
BaseVMData | Data regarding the Base VM. |
Type: BaseVMDataModel |
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" }, "BaseVMData": { "BaseVMTemplate": "sample string 1", "ConnectingBaseVMIP": { "IPAddress": "sample string 1", "State": "sample string 2" }, "ConnectingBaseVMIPIteration": "sample string 2", "BaseVMIPAddressList": [ { "IPAddress": "sample string 1", "State": "sample string 2" }, { "IPAddress": "sample string 1", "State": "sample string 2" }, { "IPAddress": "sample string 1", "State": "sample string 2" } ] }, "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" } }