C# Класс Microsoft.WindowsAzure.Management.Websites.Cmdlets.StopAzureWebsiteCommand

Наследование: WebsiteContextBaseCmdlet
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
ExecuteCmdlet ( ) : void
StopAzureWebsiteCommand ( ) : System

Initializes a new instance of the StopAzureWebsiteCommand class.

StopAzureWebsiteCommand ( IWebsitesServiceManagement channel ) : System

Initializes a new instance of the StopAzureWebsiteCommand class.

Описание методов

ExecuteCmdlet() публичный Метод

public ExecuteCmdlet ( ) : void
Результат void

StopAzureWebsiteCommand() публичный Метод

Initializes a new instance of the StopAzureWebsiteCommand class.
public StopAzureWebsiteCommand ( ) : System
Результат System

StopAzureWebsiteCommand() публичный Метод

Initializes a new instance of the StopAzureWebsiteCommand class.
public StopAzureWebsiteCommand ( IWebsitesServiceManagement channel ) : System
channel IWebsitesServiceManagement /// Channel used for communication with Azure's service management APIs. ///
Результат System