C# 클래스 Microsoft.WindowsAzure.Management.Store.Model.PowerShellCustomConfirmation

파일 보기 프로젝트 열기: OctopusDeploy/azure-sdk-tools 1 사용 예제들

공개 메소드들

메소드 설명
PowerShellCustomConfirmation ( ) : System.Collections.Generic

Parameterless constructor for mock framework

PowerShellCustomConfirmation ( System.Management.Automation.Host.PSHost host ) : System.Collections.Generic
ShouldProcess ( string caption, string message ) : bool

Asks user for confirming the given action.

메소드 상세

PowerShellCustomConfirmation() 공개 메소드

Parameterless constructor for mock framework
public PowerShellCustomConfirmation ( ) : System.Collections.Generic
리턴 System.Collections.Generic

PowerShellCustomConfirmation() 공개 메소드

public PowerShellCustomConfirmation ( System.Management.Automation.Host.PSHost host ) : System.Collections.Generic
host System.Management.Automation.Host.PSHost
리턴 System.Collections.Generic

ShouldProcess() 공개 메소드

Asks user for confirming the given action.
public ShouldProcess ( string caption, string message ) : bool
caption string The confirmation caption
message string The confirmation message
리턴 bool