C# Class Microsoft.WindowsAzure.Management.ServiceManagement.HostedServices.ResetAzureRoleInstanceCommand

Inheritance: ServiceManagementCmdletBase
显示文件 Open project: OctopusDeploy/azure-sdk-tools Class Usage Examples

Private Properties

Property Type Description
RebootSingleInstance void
ReimageSingleInstance void
ValidateParameters void

Public Methods

Method Description
ExecuteCommand ( ) : void
ResetAzureRoleInstanceCommand ( ) : System
ResetAzureRoleInstanceCommand ( IServiceManagement channel ) : System

Protected Methods

Method Description
OnProcessRecord ( ) : void

Private Methods

Method Description
RebootSingleInstance ( string instanceName ) : void
ReimageSingleInstance ( string instanceName ) : void
ValidateParameters ( ) : void

Method Details

ExecuteCommand() public method

public ExecuteCommand ( ) : void
return void

OnProcessRecord() protected method

protected OnProcessRecord ( ) : void
return void

ResetAzureRoleInstanceCommand() public method

public ResetAzureRoleInstanceCommand ( ) : System
return System

ResetAzureRoleInstanceCommand() public method

public ResetAzureRoleInstanceCommand ( IServiceManagement channel ) : System
channel IServiceManagement
return System