C# Класс Elastacloud.AzureManagement.Fluent.Commands.VirtualMachines.GetVirtualMachineContextCommand

Creates a deployment for a virtual machine and allows some preconfigured defaults from the image gallery
Наследование: Elastacloud.AzureManagement.Fluent.Commands.Services.ServiceCommand
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ToString ( ) : string

returns the name of the command

Защищенные методы

Метод Описание
ResponseCallback ( HttpWebResponse webResponse ) : void

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

Приватные методы

Метод Описание
GetVirtualMachineContextCommand ( VirtualMachineProperties properties ) : System

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

GetVirtualMachineContextCommand ( string cloudServiceName ) : System

Описание методов

ResponseCallback() защищенный Метод

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
Результат void

ToString() публичный Метод

returns the name of the command
public ToString ( ) : string
Результат string