你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzurePSCmdlet.ConfirmAction 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.
Overloads
ConfirmAction(String, String, Action) | |
ConfirmAction(Boolean, String, String, String, Action) | |
ConfirmAction(Boolean, String, String, String, Action, Func<Boolean>) |
ConfirmAction(String, String, Action)
protected virtual void ConfirmAction (string processMessage, string target, Action action);
abstract member ConfirmAction : string * string * Action -> unit
override this.ConfirmAction : string * string * Action -> unit
Protected Overridable Sub ConfirmAction (processMessage As String, target As String, action As Action)
Parameters
- processMessage
- String
- target
- String
- action
- Action
Applies to
ConfirmAction(Boolean, String, String, String, Action)
protected virtual void ConfirmAction (bool force, string continueMessage, string processMessage, string target, Action action);
abstract member ConfirmAction : bool * string * string * string * Action -> unit
override this.ConfirmAction : bool * string * string * string * Action -> unit
Protected Overridable 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
Applies to
ConfirmAction(Boolean, String, String, String, Action, Func<Boolean>)
protected virtual void ConfirmAction (bool force, string continueMessage, string processMessage, string target, Action action, Func<bool> useShouldContinue);
abstract member ConfirmAction : bool * string * string * string * Action * Func<bool> -> unit
override this.ConfirmAction : bool * string * string * string * Action * Func<bool> -> unit
Protected Overridable Sub ConfirmAction (force As Boolean, continueMessage As String, processMessage As String, target As String, action As Action, useShouldContinue As Func(Of Boolean))
Parameters
- force
- Boolean
- continueMessage
- String
- processMessage
- String
- target
- String
- action
- Action