powershell - What does force do in the Set-AzureDeployment poweshell script -


i unable find documentation force parameter in powershell command set-azuredeployment.

set-azuredeployment [-upgrade] [-servicename] [-package] [-configuration] [-slot] [[-mode] ] [[-label] ] [[-rolename] ] [[-force]] [[-extensionconfiguration] ] [ ]

has else been able find documentation around this, or have experience of does?

looking @ documentation upgrade deployment implemented set-azuredeployment cmdlet, here's found regarding force parameter:

indicates whether rollback should proceed when cause local data lost role instances. true if rollback should proceed; otherwise false.

the force element available using version 2011-10-01 or higher.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -