Share via


ResourceTypeSku Constructors

Definition

Overloads

ResourceTypeSku()

Initializes a new instance of the ResourceTypeSku class.

ResourceTypeSku(String, IList<SkuInformation>)

Initializes a new instance of the ResourceTypeSku class.

ResourceTypeSku()

Initializes a new instance of the ResourceTypeSku class.

public ResourceTypeSku ();
Public Sub New ()

Applies to

ResourceTypeSku(String, IList<SkuInformation>)

Initializes a new instance of the ResourceTypeSku class.

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

Parameters

resourceType
String

The resource type.

skus
IList<SkuInformation>

The skus.

Applies to