DeploymentPropertiesExtended.Providers Property

Definition

Gets the list of resource providers needed for the deployment.

[Newtonsoft.Json.JsonProperty(PropertyName="providers")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.Models.ProviderInner> Providers { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="providers")>]
member this.Providers : System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.Models.ProviderInner>
Public ReadOnly Property Providers As IList(Of ProviderInner)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to