C# Class Microsoft.WindowsAzure.Management.ServiceManagement.IaaS.ExportAzureVMCommand

Inheritance: GetAzureVMCommand
Show file Open project: OctopusDeploy/azure-sdk-tools

Private Properties

Property Type Description

Public Methods

Method Description
ExportAzureVMCommand ( ) : System.Management.Automation
ExportAzureVMCommand ( IServiceManagement channel ) : System.Management.Automation

Protected Methods

Method Description
SaveRoleState ( PersistentVM role ) : void

Method Details

ExportAzureVMCommand() public method

public ExportAzureVMCommand ( ) : System.Management.Automation
return System.Management.Automation

ExportAzureVMCommand() public method

public ExportAzureVMCommand ( IServiceManagement channel ) : System.Management.Automation
channel IServiceManagement
return System.Management.Automation

SaveRoleState() protected method

protected SaveRoleState ( PersistentVM role ) : void
role PersistentVM
return void