Interface ProximityPlacementGroup
-
- All Superinterfaces:
HasInnerModel<ProximityPlacementGroupInner>
public interface ProximityPlacementGroup extends HasInnerModel<ProximityPlacementGroupInner>
Type representing Proximity Placement Group for an Azure compute resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>availabilitySetIds()Get a list of references to all availability sets in the proximity placement group.Stringid()The rsource ID of the placement group.Stringlocation()Gets the location of the proximity placement group.ProximityPlacementGroupTypeproximityPlacementGroupType()Get specifies the type of the proximity placement group.StringresourceGroupName()Gets the name of the resource group for the proximity placement group.List<String>virtualMachineIds()Get a list of references to all virtual machines in the proximity placement group.List<String>virtualMachineScaleSetIds()Get a list of references to all virtual machine scale sets in the proximity placement group.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
proximityPlacementGroupType
ProximityPlacementGroupType proximityPlacementGroupType()
Get specifies the type of the proximity placement group. <br><br> Possible values are: <br><br> **Standard** <br><br> **Ultra**. Possible values include: 'Standard', 'Ultra'.- Returns:
- the proximityPlacementGroupType value
-
virtualMachineIds
List<String> virtualMachineIds()
Get a list of references to all virtual machines in the proximity placement group.- Returns:
- the virtualMachines value
-
virtualMachineScaleSetIds
List<String> virtualMachineScaleSetIds()
Get a list of references to all virtual machine scale sets in the proximity placement group.- Returns:
- the virtualMachineScaleSets value
-
availabilitySetIds
List<String> availabilitySetIds()
Get a list of references to all availability sets in the proximity placement group.- Returns:
- the availabilitySets value
-
location
String location()
Gets the location of the proximity placement group.- Returns:
- the location
-
resourceGroupName
String resourceGroupName()
Gets the name of the resource group for the proximity placement group.- Returns:
- the resource group name
-
id
String id()
The rsource ID of the placement group.- Returns:
- the resource Id.
-
-