New-PowerAppTenantUrlPatterns
Creates new URL patterns at the tenant-level by using the NewUrlPatterns UrlPatternsDefinition object.
Syntax
Default (Default)
New-PowerAppTenantUrlPatterns
-NewUrlPatterns <Object>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The New-TenantUrlPatterns cmdlet creates new URL patterns for the signed in admin's tenant. Use Get-Help New-TenantUrlPatterns -Examples for more detail.
Examples
EXAMPLE 1
New-TenantUrlPatterns -NewUrlPatterns $NewUrlPatterns;
Creates URL patterns at the tenant-level with the $NewUrlPatterns object.
Parameters
-ApiVersion
Specifies the Api version that is called.
Parameter properties
| Type: | String |
| Default value: | 2016-11-01 |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-NewUrlPatterns
Creates URL patterns at the tenant-level with the NewUrlPatterns object.
Parameter properties
| Type: | Object |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.