AzureRMCmdlet.ConfirmAction(Boolean, String, String, String, Action) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected override void ConfirmAction (bool force, string continueMessage, string processMessage, string target, Action action);
override this.ConfirmAction : bool * string * string * string * Action -> unit
Protected Overrides Sub ConfirmAction (force As Boolean, continueMessage As String, processMessage As String, target As String, action As Action)
Parameters
- force
- Boolean
- continueMessage
- String
- processMessage
- String
- target
- String
- action
- Action