AvailableSkuRequest 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.
The filters for showing the available skus.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.AvailableSkuRequestTypeConverter))]
public class AvailableSkuRequest : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IAvailableSkuRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.AvailableSkuRequestTypeConverter))>]
type AvailableSkuRequest = class
interface IAvailableSkuRequest
interface IJsonSerializable
Public Class AvailableSkuRequest
Implements IAvailableSkuRequest
- Inheritance
-
AvailableSkuRequest
- Attributes
- Implements
Constructors
AvailableSkuRequest() |
Creates an new AvailableSkuRequest instance. |
Properties
Country |
ISO country code. Country for hardware shipment. For codes check: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements |
Location |
Location for data transfer. For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01 |
SkuName |
Sku Names to filter for available skus |
TransferType |
Type of the transfer. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AvailableSkuRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AvailableSkuRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IAvailableSkuRequest. |
FromJsonString(String) |
Creates a new instance of AvailableSkuRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AvailableSkuRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |