IProximityPlacementGroup Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IProximityPlacementGroup : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.Models.ProximityPlacementGroupInner>
type IProximityPlacementGroup = interface
interface IHasInner<ProximityPlacementGroupInner>
Public Interface IProximityPlacementGroup
Implements IHasInner(Of ProximityPlacementGroupInner)
- Implements
Properties
AvailabilitySetIds |
Get a list of references to all availability sets in the proximity placement group. |
Id |
The resource ID of the placement group. |
Inner | (Inherited from IHasInner<T>) |
Location |
Gets the location of the proximity placement group. |
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'. |
ResourceGroupName |
Gets the name of the resource group for the proximity placement group. |
VirtualMachineIds |
Get a list of references to all virtual machines in the proximity placement group. |
VirtualMachineScaleSetIds |
Get a list of references to all virtual machine scale sets in the proximity placement group. |
Applies to
Azure SDK for .NET