GenerateResourceStorage-PowerAppEnvironment
Generate resource storage for an environment.
Can be used to upload Usermapping
files for tenant to tenant migration.
Syntax
Default (Default)
GenerateResourceStorage-PowerAppEnvironment
[-EnvironmentName] <String>
[[-WaitUntilFinished] <Boolean>]
[[-ApiVersion] <String>]
[<CommonParameters>]
Description
The GenerateResourceStorage-PowerAppEnvironment
function generates a storage specific to the environment.
Use Get-Help GenerateResourceStorage-PowerAppEnvironment -Examples
for more detail.
Examples
EXAMPLE 1
GenerateResourceStorage-PowerAppEnvironment -EnvironmentName 0fc02431-15fb-4563-a5ab-8211beb2a86f
Parameters
-ApiVersion
The API version to call with. Default 2021-04-01.
Parameter properties
Type: | String |
Default value: | 2021-04-01 |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 3 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-EnvironmentName
The environment ID.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-WaitUntilFinished
Wait until the operation completes. The default setting is false (don't wait).
Parameter properties
Type: | Boolean |
Default value: | False |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 2 |
Mandatory: | False |
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.