C# 클래스 Elastacloud.AzureManagement.Fluent.Commands.Services.GetCloudServicePropertiesCommand

Used to return a list of hosted services to the client
상속: ServiceCommand
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetCloudServicePropertiesCommand System.Collections.Generic

보호된 메소드들

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

The response with already parsed xml

비공개 메소드들

메소드 설명
GetCloudServicePropertiesCommand ( string serviceName ) : System.Collections.Generic

Constructs a GetHostedServiceList command

메소드 상세

ResponseCallback() 보호된 메소드

The response with already parsed xml
protected ResponseCallback ( HttpWebResponse webResponse ) : void
webResponse System.Net.HttpWebResponse The HttpWebResponse
리턴 void