VirtualMachineCaptureResult.Resources Property

Definition

Gets a list of resource items of the captured virtual machine

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to