Share via


DeviceCapacityRequestContent(IEnumerable<IList<String>>) Constructor

Definition

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.

Applies to