C# 클래스 Elastacloud.AzureManagement.Fluent.Commands.VirtualNetworks.ListVirtualNetworksCommand

Registers a virtual machine image for either Linux or Windowss
상속: Elastacloud.AzureManagement.Fluent.Commands.Services.ServiceCommand
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

returns the name of the command

보호된 메소드들

메소드 설명
ResponseCallback ( HttpWebResponse webResponse ) : void

Initially used via a response callback for commands which expect a async response

비공개 메소드들

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

Lists all images that are registered in your subscriptions

메소드 상세

ResponseCallback() 보호된 메소드

Initially used via a response callback for commands which expect a async response
protected ResponseCallback ( HttpWebResponse webResponse ) : void
webResponse System.Net.HttpWebResponse the HttpWebResponse that will be sent back to the user from the request
리턴 void

ToString() 공개 메소드

returns the name of the command
public ToString ( ) : string
리턴 string