ProximityPlacementGroup Interface
Implements
public interface ProximityPlacementGroup
extends HasInnerModel<ProximityPlacementGroupInner>
Type representing Proximity Placement Group for an Azure compute resource.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract List<String> |
availabilitySetIds()
Get a list of references to all availability sets in the proximity placement group. |
abstract String |
id()
The rsource ID of the placement group. |
abstract String |
location()
Gets the location of the proximity placement group. |
abstract
Proximity |
proximityPlacementGroupType()
Get specifies the type of the proximity placement group. |
abstract String |
resourceGroupName()
Gets the name of the resource group for the proximity placement group. |
abstract List<String> |
virtualMachineIds()
Get a list of references to all virtual machines in the proximity placement group. |
abstract List<String> |
virtualMachineScaleSetIds()
Get a list of references to all virtual machine scale sets in the proximity placement group. |
Method Details
availabilitySetIds
public abstract List
Get a list of references to all availability sets in the proximity placement group.
Returns:
id
public abstract String id()
The rsource ID of the placement group.
Returns:
location
public abstract String location()
Gets the location of the proximity placement group.
Returns:
proximityPlacementGroupType
public abstract ProximityPlacementGroupType proximityPlacementGroupType()
Get specifies the type of the proximity placement group.
Possible values are:
**Standard**
**Ultra**. Possible values include: 'Standard', 'Ultra'.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group for the proximity placement group.
Returns:
virtualMachineIds
public abstract List
Get a list of references to all virtual machines in the proximity placement group.
Returns:
virtualMachineScaleSetIds
public abstract List
Get a list of references to all virtual machine scale sets in the proximity placement group.
Returns:
Applies to
Azure SDK for Java