Share via


TemplateFile.Resources Property

Definition

[Newtonsoft.Json.JsonProperty("resources")]
public System.Collections.Generic.List<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.TemplateFileResource> Resources { get; set; }
[<Newtonsoft.Json.JsonProperty("resources")>]
member this.Resources : System.Collections.Generic.List<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.TemplateFileResource> with get, set
Public Property Resources As List(Of TemplateFileResource)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to