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

gets a list of virtual machine disks within the subscription
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

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

Private Methods

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

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

Method Details

ResponseCallback() protected méthode

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

ToString() public méthode

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