Share via


IPlacementProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.PlacementProfileTypeConverter))]
public interface IPlacementProfile : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.PlacementProfileTypeConverter))>]
type IPlacementProfile = interface
    interface IJsonSerializable
Public Interface IPlacementProfile
Implements IJsonSerializable
Derived
Attributes
Implements

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to