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

Used to delete a hosted service given a service name
상속: ServiceCommand
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

보호된 메소드들

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

This command should be used synchronously

비공개 메소드들

메소드 설명
DeleteHostedServiceCommand ( string name ) : System.Net

Used to a construct a DeleteHostedService command

메소드 상세

ResponseCallback() 보호된 메소드

This command should be used synchronously
protected ResponseCallback ( HttpWebResponse webResponse ) : void
webResponse System.Net.HttpWebResponse The HttpWebResponse return
리턴 void