PlacementProfile interface
Specifies the compute and storage placement settings for the virtual machine.
Properties
cluster |
Gets or sets the ARM Id of the cluster resource on which this virtual machine will deploy. |
datastore |
Gets or sets the ARM Id of the datastore resource on which the data for the virtual machine will be kept. |
host |
Gets or sets the ARM Id of the host resource on which this virtual machine will deploy. |
resource |
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