PlacementProfile interface

Specifies the compute and storage placement settings for the virtual machine.

Properties

clusterId

Gets or sets the ARM Id of the cluster resource on which this virtual machine will deploy.

datastoreId

Gets or sets the ARM Id of the datastore resource on which the data for the virtual machine will be kept.

hostId

Gets or sets the ARM Id of the host resource on which this virtual machine will deploy.

resourcePoolId

Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will deploy.

Property Details

clusterId

Gets or sets the ARM Id of the cluster resource on which this virtual machine will deploy.

clusterId?: string

Property Value

string

datastoreId

Gets or sets the ARM Id of the datastore resource on which the data for the virtual machine will be kept.

datastoreId?: string

Property Value

string

hostId

Gets or sets the ARM Id of the host resource on which this virtual machine will deploy.

hostId?: string

Property Value

string

resourcePoolId

Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will deploy.

resourcePoolId?: string

Property Value

string