次の方法で共有


ImageInformation.Capabilities プロパティ

定義

Image がサポートする機能を取得します。

public System.Collections.Generic.IReadOnlyList<string> Capabilities { get; }
member this.Capabilities : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property Capabilities As IReadOnlyList(Of String)

プロパティ値

注釈

イメージのすべての機能が一覧表示されるわけではありません。 この一覧の機能は特別な関心と見なされ、一般に、Azure Batch サービスの他の機能との統合に関連しています。

適用対象