ISkuInformation Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.SkuInformationTypeConverter))]
public interface ISkuInformation : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.SkuInformationTypeConverter))>]
type ISkuInformation = interface
interface IJsonSerializable
Public Interface ISkuInformation
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ApiVersion |
Api versions that support this Sku. |
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. |
SkuName |
The sku name. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |