DataBoxEdgeSku 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
DataBoxEdgeSku() |
Initializes a new instance of the DataBoxEdgeSku class. |
DataBoxEdgeSku(String, String, String, String, String, String, IList<String>, IList<String>, IList<SkuLocationInfo>, IList<SkuCost>, String, String, String, IList<String>, IList<SkuCapability>) |
Initializes a new instance of the DataBoxEdgeSku class. |
DataBoxEdgeSku()
Initializes a new instance of the DataBoxEdgeSku class.
public DataBoxEdgeSku ();
Public Sub New ()
Applies to
DataBoxEdgeSku(String, String, String, String, String, String, IList<String>, IList<String>, IList<SkuLocationInfo>, IList<SkuCost>, String, String, String, IList<String>, IList<SkuCapability>)
Initializes a new instance of the DataBoxEdgeSku class.
public DataBoxEdgeSku (string resourceType = default, string name = default, string kind = default, string tier = default, string size = default, string family = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<string> apiVersions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SkuLocationInfo> locationInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SkuCost> costs = default, string signupOption = default, string version = default, string availability = default, System.Collections.Generic.IList<string> shipmentTypes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SkuCapability> capabilities = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeSku : string * string * string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SkuLocationInfo> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SkuCost> * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SkuCapability> -> Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeSku
Public Sub New (Optional resourceType As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional tier As String = Nothing, Optional size As String = Nothing, Optional family As String = Nothing, Optional locations As IList(Of String) = Nothing, Optional apiVersions As IList(Of String) = Nothing, Optional locationInfo As IList(Of SkuLocationInfo) = Nothing, Optional costs As IList(Of SkuCost) = Nothing, Optional signupOption As String = Nothing, Optional version As String = Nothing, Optional availability As String = Nothing, Optional shipmentTypes As IList(Of String) = Nothing, Optional capabilities As IList(Of SkuCapability) = Nothing)
Parameters
- resourceType
- String
The type of the resource.
- name
- String
The Sku name. Possible values include: 'Gateway', 'Edge', 'TEA_1Node', 'TEA_1Node_UPS', 'TEA_1Node_Heater', 'TEA_1Node_UPS_Heater', 'TEA_4Node_Heater', 'TEA_4Node_UPS_Heater', 'TMA', 'TDC', 'TCA_Small', 'GPU', 'TCA_Large', 'EdgeP_Base', 'EdgeP_High', 'EdgePR_Base', 'EdgePR_Base_UPS', 'EP2_64_1VPU_W', 'EP2_128_1T4_Mx1_W', 'EP2_256_2T4_W', 'EdgeMR_Mini', 'RCA_Small', 'RCA_Large', 'RDC', 'Management'
- kind
- String
The Sku kind.
- tier
- String
The Sku tier. Possible values include: 'Standard'
- size
- String
The Sku kind.
- family
- String
The Sku family.
- locationInfo
- IList<SkuLocationInfo>
Availability of the Sku for the location/zone/site.
- signupOption
- String
Sku can be signed up by customer or not. Possible values include: 'None', 'Available'
- version
- String
Availability of the Sku as preview/stable. Possible values include: 'Stable', 'Preview'
- availability
- String
Links to the next set of results. Possible values include: 'Available', 'Unavailable'
- capabilities
- IList<SkuCapability>
The capability info of the SKU.