Uses of Class
com.azure.resourcemanager.compute.models.ProximityPlacementGroupPropertiesIntent
Packages that use ProximityPlacementGroupPropertiesIntent
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of ProximityPlacementGroupPropertiesIntent in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ProximityPlacementGroupPropertiesIntentModifier and TypeMethodDescriptionProximityPlacementGroupInner.intent()Get the intent property: Specifies the user intent of the proximity placement group.ProximityPlacementGroupProperties.intent()Get the intent property: Specifies the user intent of the proximity placement group.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ProximityPlacementGroupPropertiesIntentModifier and TypeMethodDescriptionProximityPlacementGroupInner.withIntent(ProximityPlacementGroupPropertiesIntent intent) Set the intent property: Specifies the user intent of the proximity placement group.ProximityPlacementGroupProperties.withIntent(ProximityPlacementGroupPropertiesIntent intent) Set the intent property: Specifies the user intent of the proximity placement group. -
Uses of ProximityPlacementGroupPropertiesIntent in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type ProximityPlacementGroupPropertiesIntentModifier and TypeClassDescriptionfinal classSpecifies the user intent of the proximity placement group.Methods in com.azure.resourcemanager.compute.models that return ProximityPlacementGroupPropertiesIntentModifier and TypeMethodDescriptionProximityPlacementGroupPropertiesIntent.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProximityPlacementGroupPropertiesIntent from the JsonReader.ProximityPlacementGroupPropertiesIntent.withVmSizes(List<String> vmSizes) Set the vmSizes property: Specifies possible sizes of virtual machines that can be created in the proximity placement group.