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
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

공개 메소드들

메소드 설명
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