共用方式為


SkuInformationList Constructors

Definition

Overloads

SkuInformationList()

Initializes a new instance of the SkuInformationList class.

SkuInformationList(IList<ResourceTypeSku>, String)

Initializes a new instance of the SkuInformationList class.

SkuInformationList()

Initializes a new instance of the SkuInformationList class.

public SkuInformationList ();
Public Sub New ()

Applies to

SkuInformationList(IList<ResourceTypeSku>, String)

Initializes a new instance of the SkuInformationList class.

public SkuInformationList (System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.ResourceTypeSku> value = default, string nextLink = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.SkuInformationList : System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.ResourceTypeSku> * string -> Microsoft.Azure.Management.DataBoxEdge.Models.SkuInformationList
Public Sub New (Optional value As IList(Of ResourceTypeSku) = Nothing, Optional nextLink As String = Nothing)

Parameters

value
IList<ResourceTypeSku>

List of ResourceTypeSku objects

nextLink
String

Links to the next set of results

Applies to