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
Afficher le fichier Open project: azurecoder/fluent-management Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string

returns the name of the command

Méthodes protégées

Méthode Description
ResponseCallback ( HttpWebResponse webResponse ) : void

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

Private Methods

Méthode Description
ListVirtualNetworksCommand ( ) : System.Collections.Generic

Lists all images that are registered in your subscriptions

Method Details

ResponseCallback() protected méthode

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
Résultat void

ToString() public méthode

returns the name of the command
public ToString ( ) : string
Résultat string