< Back

New-TeamsTabObject

Sat Jan 18, 2020 1:40 pm

NAME New-TeamsTabObject



SYNOPSIS

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





SYNTAX

New-TeamsTabObject [-configuration <object>] [-displayName <string>] [-teamsApp <object>] [-webUrl <string>]

[<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-displayName <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-webUrl <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-configuration <object>

The "configuration" property, of type "microsoft.graph.teamsTabConfiguration".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-teamsApp <object>

The "teamsApp" property, of type "microsoft.graph.teamsApp".



This property is on the "microsoft.graph.teamsTab" 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