Microsoft.Azure.Management.Internal.Resources.Models.DeploymentPropertiesExtended.DeploymentPropertiesExtended C# (CSharp) Method

DeploymentPropertiesExtended() public method

Initializes a new instance of the DeploymentPropertiesExtended class.
public DeploymentPropertiesExtended ( ) : Hyak.Common
return Hyak.Common
        public DeploymentPropertiesExtended()
        {
            this.Dependencies = new LazyList<Dependency>();
            this.Providers = new LazyList<Provider>();
        }
    }
DeploymentPropertiesExtended