次の方法で共有


ArmEdgeOrderModelFactory.ProductDimensions メソッド

定義

ProductDimensions の新しいインスタンスを初期化します。

public static Azure.ResourceManager.EdgeOrder.Models.ProductDimensions ProductDimensions (double? length = default, double? height = default, double? width = default, Azure.ResourceManager.EdgeOrder.Models.ProductLengthHeightWidthUnit? lengthHeightUnit = default, double? weight = default, double? depth = default, Azure.ResourceManager.EdgeOrder.Models.ProductWeightMeasurementUnit? weightUnit = default);
static member ProductDimensions : Nullable<double> * Nullable<double> * Nullable<double> * Nullable<Azure.ResourceManager.EdgeOrder.Models.ProductLengthHeightWidthUnit> * Nullable<double> * Nullable<double> * Nullable<Azure.ResourceManager.EdgeOrder.Models.ProductWeightMeasurementUnit> -> Azure.ResourceManager.EdgeOrder.Models.ProductDimensions
Public Shared Function ProductDimensions (Optional length As Nullable(Of Double) = Nothing, Optional height As Nullable(Of Double) = Nothing, Optional width As Nullable(Of Double) = Nothing, Optional lengthHeightUnit As Nullable(Of ProductLengthHeightWidthUnit) = Nothing, Optional weight As Nullable(Of Double) = Nothing, Optional depth As Nullable(Of Double) = Nothing, Optional weightUnit As Nullable(Of ProductWeightMeasurementUnit) = Nothing) As ProductDimensions

パラメーター

length
Nullable<Double>

デバイスの長さ。

height
Nullable<Double>

デバイスの高さ。

width
Nullable<Double>

デバイスの幅。

lengthHeightUnit
Nullable<ProductLengthHeightWidthUnit>

長さ、高さ、幅の寸法の単位。

weight
Nullable<Double>

デバイスの重み。

depth
Nullable<Double>

デバイスの深さ。

weightUnit
Nullable<ProductWeightMeasurementUnit>

重量の寸法の単位。

戻り値

モック作成用の新しい ProductDimensions インスタンス。

適用対象