AssignmentStatus.ManagedResources Property

Definition

Gets list of resources that were created by the blueprint assignment.

[Newtonsoft.Json.JsonProperty(PropertyName="managedResources")]
public System.Collections.Generic.IList<string> ManagedResources { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="managedResources")>]
member this.ManagedResources : System.Collections.Generic.IList<string>
Public ReadOnly Property ManagedResources As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to