TransportAvailabilityRequest 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.
Request body to get the transport availability for given sku.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.TransportAvailabilityRequestTypeConverter))]
public class TransportAvailabilityRequest : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ITransportAvailabilityRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.TransportAvailabilityRequestTypeConverter))>]
type TransportAvailabilityRequest = class
interface ITransportAvailabilityRequest
interface IJsonSerializable
Public Class TransportAvailabilityRequest
Implements ITransportAvailabilityRequest
- Inheritance
-
TransportAvailabilityRequest
- Attributes
- Implements
Constructors
TransportAvailabilityRequest() |
Creates an new TransportAvailabilityRequest instance. |
Properties
SkuName |
Type of the device. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TransportAvailabilityRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TransportAvailabilityRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ITransportAvailabilityRequest. |
FromJsonString(String) |
Creates a new instance of TransportAvailabilityRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TransportAvailabilityRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |