C# Class Elastacloud.AzureManagement.Fluent.Commands.VirtualMachines.GetWindowsVirtualMachineContextCommand

Creates a deployment for a virtual machine and allows some preconfigured defaults from the image gallery
Inheritance: Elastacloud.AzureManagement.Fluent.Commands.Services.ServiceCommand
Show file Open project: azurecoder/fluent-management

Public Methods

Method Description
ToString ( ) : string

returns the name of the command

Protected Methods

Method Description
ResponseCallback ( HttpWebResponse webResponse ) : void

Used to bring back and parse the context response for a virtual machine

Private Methods

Method Description
GetWindowsVirtualMachineContextCommand ( WindowsVirtualMachineProperties properties ) : System.Collections.Generic

Used to construct the command to create a virtual machine deployment including the creation of a role

Method Details

ResponseCallback() protected method

Used to bring back and parse the context response for a virtual machine
protected ResponseCallback ( HttpWebResponse webResponse ) : void
webResponse System.Net.HttpWebResponse the Http web response
return void

ToString() public method

returns the name of the command
public ToString ( ) : string
return string