C# Class Elastacloud.AzureManagement.Fluent.Commands.Websites.WebsiteContextRequestCommand

Used to create a hosted service within a given subscription
Inheritance: Elastacloud.AzureManagement.Fluent.Commands.Services.ServiceCommand
Datei anzeigen Open project: azurecoder/fluent-management Class Usage Examples

Protected Methods

Method Description
ErrorResponseCallback ( WebException exception ) : void

Check here for a 404 error and suppress

ResponseCallback ( HttpWebResponse webResponse ) : void

Used to populate the website regions

Private Methods

Method Description
WebsiteContextRequestCommand ( string region ) : System

Constructs a websites list command

Method Details

ErrorResponseCallback() protected method

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

ResponseCallback() protected method

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