< Back

New-AppConfigurationSettingItemObject

Sat Jan 18, 2020 12:09 pm

NAME New-AppConfigurationSettingItemObject



SYNOPSIS

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

types).





SYNTAX

New-AppConfigurationSettingItemObject [-appConfigKey <string>] [-appConfigKeyType <string>] [-appConfigKeyValue

<string>] [<CommonParameters>]





DESCRIPTION

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

types).





PARAMETERS

-appConfigKey <string>

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



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



app configuration key.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-appConfigKeyType <string>

The "appConfigKeyType" property, of type "microsoft.graph.mdmAppConfigKeyType".



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



app configuration key type.



Valid values: 'stringType', 'integerType', 'realType', 'booleanType', 'tokenType'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-appConfigKeyValue <string>

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



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



app configuration key value.



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