DeviceCapacityRequestContent(IEnumerable<IList<String>>) Constructor
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.
Initializes a new instance of DeviceCapacityRequestContent.
public DeviceCapacityRequestContent (System.Collections.Generic.IEnumerable<System.Collections.Generic.IList<string>> vmPlacementQuery);
new Azure.ResourceManager.DataBoxEdge.Models.DeviceCapacityRequestContent : seq<System.Collections.Generic.IList<string>> -> Azure.ResourceManager.DataBoxEdge.Models.DeviceCapacityRequestContent
Public Sub New (vmPlacementQuery As IEnumerable(Of IList(Of String)))
Parameters
- vmPlacementQuery
- IEnumerable<IList<String>>
Array containing the sizes of the VMs for checking if its feasible to create them on the appliance.
Exceptions
vmPlacementQuery
is null.