次の方法で共有


DataBoxDiskJobDetails.PreferredDisks プロパティ

定義

ジョブに必要なディスクサイズに関するユーザー設定。 マップは、ディスク サイズ (TB) からカウントまでです。 例: {2,5} は、2 TB サイズの 5 ディスクを意味します。 Key は string ですが、int に対してチェックされます。

public System.Collections.Generic.IDictionary<string,int> PreferredDisks { get; }
member this.PreferredDisks : System.Collections.Generic.IDictionary<string, int>
Public ReadOnly Property PreferredDisks As IDictionary(Of String, Integer)

プロパティ値

適用対象