C# 클래스 Elastacloud.AzureManagement.Fluent.Commands.Websites.WebsiteContextRequestCommand

Used to create a hosted service within a given subscription
상속: Elastacloud.AzureManagement.Fluent.Commands.Services.ServiceCommand
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

보호된 메소드들

메소드 설명
ErrorResponseCallback ( WebException exception ) : void

Check here for a 404 error and suppress

ResponseCallback ( HttpWebResponse webResponse ) : void

Used to populate the website regions

비공개 메소드들

메소드 설명
WebsiteContextRequestCommand ( string region ) : System

Constructs a websites list command

메소드 상세

ErrorResponseCallback() 보호된 메소드

Check here for a 404 error and suppress
protected ErrorResponseCallback ( WebException exception ) : void
exception System.Net.WebException
리턴 void

ResponseCallback() 보호된 메소드

Used to populate the website regions
protected ResponseCallback ( HttpWebResponse webResponse ) : void
webResponse System.Net.HttpWebResponse
리턴 void