Syntax
Import-AutoDeployState [-importFilePath] <String>[<CommonParameters>]Related Commands
Export-AutoDeployStateDetailed Description
Restores the state of the Auto Deploy service.Parameters
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
ImportFilePath | String | ImportFilePath | true | true(ByValue, ByPropertyName) |
Return Type
Notes
Examples
-------------- Example 1 --------------
C:\PS> Import-AutoDeployState "c:/temp/"
Fetches the backup data from the file at the mentioned path and uses it to do a restore.