< Back

New-NodePackageDetails

Sun Jan 12, 2020 3:41 pm

NAME New-NodePackageDetails



SYNOPSIS

This function returns a JSON containing the Node package details.





SYNTAX

New-NodePackageDetails -name <String> -description <String> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-name <String>

The name of the Node package.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-description <String>

The description of the Node package.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.String







RELATED LINKS