ProximityPlacementGroupPropertiesIntent Constructors
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.
Overloads
ProximityPlacementGroupPropertiesIntent() |
Initializes a new instance of the ProximityPlacementGroupPropertiesIntent class. |
ProximityPlacementGroupPropertiesIntent(IList<String>) |
Initializes a new instance of the ProximityPlacementGroupPropertiesIntent class. |
ProximityPlacementGroupPropertiesIntent()
Initializes a new instance of the ProximityPlacementGroupPropertiesIntent class.
public ProximityPlacementGroupPropertiesIntent ();
Public Sub New ()
Applies to
ProximityPlacementGroupPropertiesIntent(IList<String>)
Initializes a new instance of the ProximityPlacementGroupPropertiesIntent class.
public ProximityPlacementGroupPropertiesIntent (System.Collections.Generic.IList<string> vmSizes = default);
new Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent
Public Sub New (Optional vmSizes As IList(Of String) = Nothing)
Parameters
Specifies possible sizes of virtual machines that can be created in the proximity placement group.