PlacementProfile Class

Definition

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

public class PlacementProfile
type PlacementProfile = class
Public Class PlacementProfile
Inheritance
PlacementProfile

Constructors

PlacementProfile()

Initializes a new instance of PlacementProfile.

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.

Applies to