VirtualMachineCaptureResult.Resources プロパティ

定義

キャプチャされた仮想マシンのリソース項目の一覧を取得します

[Newtonsoft.Json.JsonProperty(PropertyName="resources")]
public System.Collections.Generic.IList<object> Resources { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="resources")>]
member this.Resources : System.Collections.Generic.IList<obj>
Public ReadOnly Property Resources As IList(Of Object)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象