Uses of Class
com.azure.resourcemanager.compute.models.Placement
Packages that use Placement
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of Placement in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return PlacementModifier and TypeMethodDescriptionVirtualMachineInner.placement()Get the placement property: Placement section specifies the user-defined constraints for virtual machine hardware placement.VirtualMachineScaleSetInner.placement()Get the placement property: Placement section specifies the user-defined constraints for virtual machine scale set hardware placement.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type PlacementModifier and TypeMethodDescriptionVirtualMachineInner.withPlacement(Placement placement) Set the placement property: Placement section specifies the user-defined constraints for virtual machine hardware placement.VirtualMachineScaleSetInner.withPlacement(Placement placement) Set the placement property: Placement section specifies the user-defined constraints for virtual machine scale set hardware placement. -
Uses of Placement in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type PlacementModifier and TypeClassDescriptionfinal classDescribes the user-defined constraints for resource hardware placement.Methods in com.azure.resourcemanager.compute.models that return PlacementModifier and TypeMethodDescriptionstatic PlacementPlacement.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Placement from the JsonReader.Placement.withExcludeZones(List<String> excludeZones) Set the excludeZones property: This property supplements the 'zonePlacementPolicy' property.Placement.withIncludeZones(List<String> includeZones) Set the includeZones property: This property supplements the 'zonePlacementPolicy' property.Placement.withZonePlacementPolicy(ZonePlacementPolicyType zonePlacementPolicy) Set the zonePlacementPolicy property: Specifies the policy for resource's placement in availability zone.