C# Class Elastacloud.AzureManagement.Fluent.Commands.VirtualNetworks.ListVirtualNetworksCommand

Registers a virtual machine image for either Linux or Windowss
Inheritance: Elastacloud.AzureManagement.Fluent.Commands.Services.ServiceCommand
Datei anzeigen Open project: azurecoder/fluent-management Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

returns the name of the command

Protected Methods

Method Description
ResponseCallback ( HttpWebResponse webResponse ) : void

Initially used via a response callback for commands which expect a async response

Private Methods

Method Description
ListVirtualNetworksCommand ( ) : System.Collections.Generic

Lists all images that are registered in your subscriptions

Method Details

ResponseCallback() protected method

Initially used via a response callback for commands which expect a async response
protected ResponseCallback ( HttpWebResponse webResponse ) : void
webResponse System.Net.HttpWebResponse the HttpWebResponse that will be sent back to the user from the request
return void

ToString() public method

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