< Back

Get-AdminPowerAppCdsDatabaseTemplates

Sat Jan 18, 2020 3:46 pm

NAME Get-AdminPowerAppCdsDatabaseTemplates



SYNOPSIS

Returns all supported CDS database templates.





SYNTAX

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

[<CommonParameters>]





DESCRIPTION

The Get-AdminPowerAppCdsDatabaseTemplates cmdlet returns all supported database templates, which is required to

provision a new instance.

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





PARAMETERS

-Filter <String[]>

Finds templates 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 2019-05-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-AdminPowerAppCdsDatabaseTemplates -LocationName unitedstates



Returns all templates for United States.









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



PS C:\\>Get-AdminPowerAppCdsDatabaseTemplates *CDS*



Returns the CDS template











RELATED LINKS