C# 클래스 Microsoft.WindowsAzure.Commands.Common.AzureDataCmdlet

상속: Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell

보호된 메소드들

메소드 설명
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