次の方法で共有


DataBoxEdgeMetricDimension(String, String) コンストラクター

定義

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

public DataBoxEdgeMetricDimension (string sourceType, string sourceName);
new Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMetricDimension : string * string -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMetricDimension
Public Sub New (sourceType As String, sourceName As String)

パラメーター

sourceType
String

ディメンションの種類。

sourceName
String

ディメンション値。

例外

sourceType または sourceName が null です。

適用対象