次の方法で共有


TransportAvailabilityDetails.ShipmentType プロパティ

定義

特定のリージョンでサポートされているトランスポート出荷の種類を取得します。 使用できる値は、'CustomerManaged'、'MicrosoftManaged' です。

[Newtonsoft.Json.JsonProperty(PropertyName="shipmentType")]
public Microsoft.Azure.Management.DataBox.Models.TransportShipmentTypes? ShipmentType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="shipmentType")>]
member this.ShipmentType : Nullable<Microsoft.Azure.Management.DataBox.Models.TransportShipmentTypes>
Public ReadOnly Property ShipmentType As Nullable(Of TransportShipmentTypes)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象