< Back

New-AppListItemObject

Sat Jan 18, 2020 12:09 pm

NAME New-AppListItemObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.appListItem" (or one of its derived types).





SYNTAX

New-AppListItemObject [-appId <string>] [-appStoreUrl <string>] [-name <string>] [-publisher <string>]

[<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.appListItem" (or one of its derived types).





PARAMETERS

-name <string>

The "name" property, of type "Edm.String".



This property is on the "microsoft.graph.appListItem" type.



The application name



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-publisher <string>

The "publisher" property, of type "Edm.String".



This property is on the "microsoft.graph.appListItem" type.



The publisher of the application



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-appStoreUrl <string>

The "appStoreUrl" property, of type "Edm.String".



This property is on the "microsoft.graph.appListItem" type.



The Store URL of the application



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-appId <string>

The "appId" property, of type "Edm.String".



This property is on the "microsoft.graph.appListItem" type.



The application or bundle identifier of the application



Required? false

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





RELATED LINKS