你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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