SkuInformationList 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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET