Uses of Class
com.azure.resourcemanager.connectedvmware.models.PlacementProfile
Packages that use PlacementProfile
Package
Description
Package containing the inner data models for ConnectedVMwareClient.
Package containing the data models for ConnectedVMwareClient.
-
Uses of PlacementProfile in com.azure.resourcemanager.connectedvmware.fluent.models
Methods in com.azure.resourcemanager.connectedvmware.fluent.models that return PlacementProfileModifier and TypeMethodDescriptionVirtualMachineInner.placementProfile()
Get the placementProfile property: Placement properties.VirtualMachineProperties.placementProfile()
Get the placementProfile property: Placement properties.Methods in com.azure.resourcemanager.connectedvmware.fluent.models with parameters of type PlacementProfileModifier and TypeMethodDescriptionVirtualMachineInner.withPlacementProfile
(PlacementProfile placementProfile) Set the placementProfile property: Placement properties.VirtualMachineProperties.withPlacementProfile
(PlacementProfile placementProfile) Set the placementProfile property: Placement properties. -
Uses of PlacementProfile in com.azure.resourcemanager.connectedvmware.models
Methods in com.azure.resourcemanager.connectedvmware.models that return PlacementProfileModifier and TypeMethodDescriptionVirtualMachine.placementProfile()
Gets the placementProfile property: Placement properties.PlacementProfile.withClusterId
(String clusterId) Set the clusterId property: Gets or sets the ARM Id of the cluster resource on which this virtual machine will deploy.PlacementProfile.withDatastoreId
(String datastoreId) Set the datastoreId property: Gets or sets the ARM Id of the datastore resource on which the data for the virtual machine will be kept.PlacementProfile.withHostId
(String hostId) Set the hostId property: Gets or sets the ARM Id of the host resource on which this virtual machine will deploy.PlacementProfile.withResourcePoolId
(String resourcePoolId) Set the resourcePoolId property: Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will deploy.Methods in com.azure.resourcemanager.connectedvmware.models with parameters of type PlacementProfileModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithPlacementProfile.withPlacementProfile
(PlacementProfile placementProfile) Specifies the placementProfile property: Placement properties..