SkuInformation Class
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.
Information of the sku.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20250201.SkuInformationTypeConverter))]
public class SkuInformation : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20250201.ISkuInformation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20250201.SkuInformationTypeConverter))>]
type SkuInformation = class
interface ISkuInformation
interface IJsonSerializable
Public Class SkuInformation
Implements ISkuInformation
- Inheritance
-
SkuInformation
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SkuInformation() |
Creates an new SkuInformation instance. |
Properties
| Name | Description |
|---|---|
| ApiVersion |
Api versions that support this Sku. |
| CapacityIndividualSkuUsable |
Maximum capacity per device in TB. |
| CapacityMaximum |
Maximum capacity in TB. |
| CapacityUsable |
Usable capacity in TB. |
| Cost |
Cost of the Sku. |
| CountriesWithinCommerceBoundary |
List of all the Countries in the SKU specific commerce boundary |
| DataLocationToServiceLocationMap |
The map of data location to service location. |
| DisabledReason |
Reason why the Sku is disabled. |
| DisabledReasonMessage |
Message for why the Sku is disabled. |
| Enabled |
The sku is enabled or not. |
| RequiredFeature |
Required feature to access the sku. |
| SkuDisplayName |
The display name of the sku. |
| SkuFamily |
The sku family. |
| SkuModel |
The customer friendly name of the combination of version and capacity of the device. This field is necessary only at the time of ordering the newer generation device i.e. AzureDataBox120 and AzureDataBox525 as of Feb/2025 |
| SkuName |
The sku name. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SkuInformation. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SkuInformation. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20250201.ISkuInformation. |
| FromJsonString(String) |
Creates a new instance of SkuInformation, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of SkuInformation into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |