C# Class Microsoft.WindowsAzure.Management.Websites.Cmdlets.StopAzureWebsiteCommand

Inheritance: WebsiteContextBaseCmdlet
Mostra file Open project: OctopusDeploy/azure-sdk-tools

Private Properties

Property Type Description

Public Methods

Method Description
ExecuteCmdlet ( ) : void
StopAzureWebsiteCommand ( ) : System

Initializes a new instance of the StopAzureWebsiteCommand class.

StopAzureWebsiteCommand ( IWebsitesServiceManagement channel ) : System

Initializes a new instance of the StopAzureWebsiteCommand class.

Method Details

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void

StopAzureWebsiteCommand() public method

Initializes a new instance of the StopAzureWebsiteCommand class.
public StopAzureWebsiteCommand ( ) : System
return System

StopAzureWebsiteCommand() public method

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. ///
return System