C# Class Microsoft.Azure.Commands.Cdn.Common.AzureCdnCmdletBase

Base class of Azure Cdn Cmdlet.
Inheritance: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
ConfirmAction ( bool force, string actionMessage, System.Action action ) : void

Method Details

ConfirmAction() public method

public ConfirmAction ( bool force, string actionMessage, System.Action action ) : void
force bool
actionMessage string
action System.Action
return void