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

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

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

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

Creates a deployment payload for a predefined template

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

Метод Описание
StartVirtualMachineCommand ( VirtualMachineProperties properties ) : System.Xml.Linq

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

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

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

Creates a deployment payload for a predefined template
protected CreatePayload ( ) : string
Результат string

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

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