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

Inheritance: WebsiteContextBaseCmdlet
Afficher le fichier Open project: OctopusDeploy/azure-sdk-tools

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public ExecuteCmdlet ( ) : void
Résultat void

StopAzureWebsiteCommand() public méthode

Initializes a new instance of the StopAzureWebsiteCommand class.
public StopAzureWebsiteCommand ( ) : System
Résultat System

StopAzureWebsiteCommand() public méthode

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. ///
Résultat System