Microsoft.WindowsAzure.Management.CloudService.Node.Cmdlet.AddAzureNodeWorkerRoleCommand.AddAzureNodeWorkerRoleCommand C# (CSharp) Method

AddAzureNodeWorkerRoleCommand() public method

public AddAzureNodeWorkerRoleCommand ( ) : System.IO
return System.IO
        public AddAzureNodeWorkerRoleCommand()
            : base(Path.Combine(Resources.NodeScaffolding, RoleType.WorkerRole.ToString()), Resources.AddRoleMessageCreateNode, false)
        {
        }
AddAzureNodeWorkerRoleCommand