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

Inheritance: Microsoft.WindowsAzure.Management.ServiceManagement.IaaS.IaaSDeploymentManagementCmdletBase
Show file Open project: OctopusDeploy/azure-sdk-tools Class Usage Examples

Private Properties

Property Type Description
ExecuteCommand void
ListAllVMs void

Public Methods

Method Description
GetAzureVMCommand ( ) : System
GetAzureVMCommand ( IServiceManagement channel ) : System

Protected Methods

Method Description
SaveRoleState ( PersistentVM role ) : void

Private Methods

Method Description
ExecuteCommand ( ) : void
ListAllVMs ( ) : void

Method Details

GetAzureVMCommand() public method

public GetAzureVMCommand ( ) : System
return System

GetAzureVMCommand() public method

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

SaveRoleState() protected method

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