TransportAvailabilityResponse 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.
Transport options available for given sku in a region.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.TransportAvailabilityResponseTypeConverter))]
public class TransportAvailabilityResponse : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ITransportAvailabilityResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.TransportAvailabilityResponseTypeConverter))>]
type TransportAvailabilityResponse = class
interface ITransportAvailabilityResponse
interface IJsonSerializable
Public Class TransportAvailabilityResponse
Implements ITransportAvailabilityResponse
- Inheritance
-
TransportAvailabilityResponse
- Attributes
- Implements
Constructors
TransportAvailabilityResponse() |
Creates an new TransportAvailabilityResponse instance. |
Properties
TransportAvailabilityDetail |
List of transport availability details for given region |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TransportAvailabilityResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TransportAvailabilityResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ITransportAvailabilityResponse. |
FromJsonString(String) |
Creates a new instance of TransportAvailabilityResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TransportAvailabilityResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |