< Back

New-TeamsAppObject

Sat Jan 18, 2020 1:40 pm

NAME New-TeamsAppObject



SYNOPSIS

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





SYNTAX

New-TeamsAppObject [-appDefinitions <object[]>] [-displayName <string>] [-distributionMethod <string>]

[-externalId <string>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-externalId <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-displayName <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-distributionMethod <string>

The "distributionMethod" property, of type "microsoft.graph.teamsAppDistributionMethod".



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



Valid values: 'store', 'organization', 'sideloaded', 'unknownFutureValue'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-appDefinitions <object[]>

The "appDefinitions" property, of type "microsoft.graph.teamsAppDefinition".



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



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