public interface ProximityPlacementGroup extends HasInner<com.microsoft.azure.management.compute.implementation.ProximityPlacementGroupInner>
Modifier and Type | Method and Description |
---|---|
List<String> |
availabilitySetIds()
Get a list of references to all availability sets in the proximity placement group.
|
String |
id()
The rsource ID of the placement group.
|
String |
location()
Gets the location of the proximity placement group.
|
ProximityPlacementGroupType |
proximityPlacementGroupType()
Get specifies the type of the proximity placement group.
|
String |
resourceGroupName()
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.
|
ProximityPlacementGroupType proximityPlacementGroupType()
List<String> virtualMachineIds()
List<String> virtualMachineScaleSetIds()
List<String> availabilitySetIds()
String location()
String resourceGroupName()
String id()
Copyright © 2019. All rights reserved.