다음을 통해 공유


TransportAvailabilityResponse Class

Definition

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.

Applies to