C# Class Microsoft.WindowsAzure.Management.Store.Model.PowerShellCustomConfirmation

Afficher le fichier Open project: OctopusDeploy/azure-sdk-tools Class Usage Examples

Méthodes publiques

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

Method Details

PowerShellCustomConfirmation() public méthode

Parameterless constructor for mock framework
public PowerShellCustomConfirmation ( ) : System.Collections.Generic
Résultat System.Collections.Generic

PowerShellCustomConfirmation() public méthode

public PowerShellCustomConfirmation ( System.Management.Automation.Host.PSHost host ) : System.Collections.Generic
host System.Management.Automation.Host.PSHost
Résultat System.Collections.Generic

ShouldProcess() public méthode

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