C# Class Microsoft.WindowsAzure.Commands.Common.AzureDataCmdlet

Inheritance: Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet
Afficher le fichier Open project: Azure/azure-powershell

Méthodes protégées

Méthode Description
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

Method Details

ConfirmAction() protected méthode

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
Résultat void

InitializeQosEvent() protected méthode

protected InitializeQosEvent ( ) : void
Résultat void

PromptForDataCollectionProfileIfNotExists() protected méthode

protected PromptForDataCollectionProfileIfNotExists ( ) : void
Résultat void

SaveDataCollectionProfile() protected méthode

protected SaveDataCollectionProfile ( ) : void
Résultat void