C# 클래스 Elastacloud.AzureManagement.Fluent.Commands.VirtualMachines.GetVirtualDisksCommand

gets a list of virtual machine disks within the subscription
상속: Elastacloud.AzureManagement.Fluent.Commands.Services.ServiceCommand
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
GetVirtualDisksCommand ( ) : System.Collections.Generic

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

메소드 상세

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