C# Класс Microsoft.WindowsAzure.Commands.Common.AzureDataCmdlet

Наследование: Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet
Показать файл Открыть проект

Защищенные методы

Метод Описание
ConfirmAction ( bool force, string continueMessage, string processMessage, string target, System.Action action ) : void

Guards execution of the given action using ShouldProcess and ShouldContinue. The optional useSHouldContinue predicate determines whether SHouldContinue should be called for this particular action (e.g. a resource is being overwritten). By default, both ShouldProcess and ShouldContinue will be executed. Cmdlets that use this method overload must have a force parameter.

InitializeQosEvent ( ) : void
PromptForDataCollectionProfileIfNotExists ( ) : void
SaveDataCollectionProfile ( ) : void

Описание методов

ConfirmAction() защищенный Метод

Guards execution of the given action using ShouldProcess and ShouldContinue. The optional useSHouldContinue predicate determines whether SHouldContinue should be called for this particular action (e.g. a resource is being overwritten). By default, both ShouldProcess and ShouldContinue will be executed. Cmdlets that use this method overload must have a force parameter.
protected ConfirmAction ( bool force, string continueMessage, string processMessage, string target, System.Action action ) : void
force bool Do not ask for confirmation
continueMessage string Message to describe the action
processMessage string Message to prompt after the active is performed.
target string The target name.
action System.Action The action code
Результат void

InitializeQosEvent() защищенный Метод

protected InitializeQosEvent ( ) : void
Результат void

PromptForDataCollectionProfileIfNotExists() защищенный Метод

protected PromptForDataCollectionProfileIfNotExists ( ) : void
Результат void

SaveDataCollectionProfile() защищенный Метод

protected SaveDataCollectionProfile ( ) : void
Результат void