< Back

Get-AdminPowerAppCdsDatabaseLanguages

Sat Jan 18, 2020 3:46 pm

NAME Get-AdminPowerAppCdsDatabaseLanguages



SYNOPSIS

Returns all supported CDS database languages.





SYNTAX

Get-AdminPowerAppCdsDatabaseLanguages [[-Filter] <String[]>] -LocationName <String> [-ApiVersion <String>]

[<CommonParameters>]





DESCRIPTION

The Get-AdminPowerAppCdsDatabaseLanguages cmdlet returns all supported database languages, which is required to

provision a new instance.

Use Get-Help Get-AdminPowerAppCdsDatabaseLanguages -Examples for more detail.





PARAMETERS

-Filter <String[]>

Finds langauges matching the specified filter (wildcards supported).



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-LocationName <String>

The location of the current environment. Use Get-AdminPowerAppEnvironmentLocations to see the valid locations.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ApiVersion <String>



Required? false

Position? named

Default value 2016-11-01

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



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-AdminPowerAppCdsDatabaseLanguages



Returns all languages.









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-AdminPowerAppCdsDatabaseLanguages *English*



Returns all English language options











RELATED LINKS