IPlacementProfile Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |