DeploymentPropertiesExtended.Providers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. Gets the list of resource providers needed for the deployment.
public System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.Models.Provider> Providers { get; set; }
member this.Providers : System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.Models.Provider> with get, set
Public Property Providers As IList(Of Provider)