C# Класс Elastacloud.AzureManagement.Fluent.Commands.Websites.WebsiteContextRequestCommand

Used to create a hosted service within a given subscription
Наследование: Elastacloud.AzureManagement.Fluent.Commands.Services.ServiceCommand
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
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