AzurePSCmdlet.ConfirmAction Method

Definition

Overloads

ConfirmAction(String, String, Action)

C#
protected virtual void ConfirmAction (string processMessage, string target, Action action);

Parameters

processMessage
String
target
String
action
Action

Applies to

Azure - PowerShell Commands Latest and other versions
Product Versions
Azure - PowerShell Commands 12 (LTS), Latest
Azure RM - PowerShell Commands Latest

ConfirmAction(Boolean, String, String, String, Action)

C#
protected virtual void ConfirmAction (bool force, string continueMessage, string processMessage, string target, Action action);

Parameters

force
Boolean
continueMessage
String
processMessage
String
target
String
action
Action

Applies to

Azure - PowerShell Commands Latest and other versions
Product Versions
Azure - PowerShell Commands 12 (LTS), Latest
Azure RM - PowerShell Commands Latest

ConfirmAction(Boolean, String, String, String, Action, Func<Boolean>)

C#
protected virtual void ConfirmAction (bool force, string continueMessage, string processMessage, string target, Action action, Func<bool> useShouldContinue);

Parameters

force
Boolean
continueMessage
String
processMessage
String
target
String
action
Action
useShouldContinue
Func<Boolean>

Applies to

Azure - PowerShell Commands Latest and other versions
Product Versions
Azure - PowerShell Commands 12 (LTS), Latest
Azure RM - PowerShell Commands Latest