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 ProximityPlacementGroupType 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 availabilitySetIds()

Get a list of references to all availability sets in the proximity placement group.

Returns:

the availabilitySets value

id

public abstract String id()

The rsource ID of the placement group.

Returns:

the resource Id.

location

public abstract String location()

Gets the location of the proximity placement group.

Returns:

the location

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:

the proximityPlacementGroupType value

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group for the proximity placement group.

Returns:

the resource group name

virtualMachineIds

public abstract List virtualMachineIds()

Get a list of references to all virtual machines in the proximity placement group.

Returns:

the virtualMachines value

virtualMachineScaleSetIds

public abstract List virtualMachineScaleSetIds()

Get a list of references to all virtual machine scale sets in the proximity placement group.

Returns:

the virtualMachineScaleSets value

Applies to