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

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

Public Methods

Method Description
ExecuteCmdlet ( ) : void
GetAzureWebsiteLocationCommand ( ) : System.Collections.Generic

Initializes a new instance of the GetAzureWebsiteLocationCommand class.

GetAzureWebsiteLocationCommand ( IWebsitesServiceManagement channel ) : System.Collections.Generic

Initializes a new instance of the GetAzureWebsiteLocationCommand class.

Method Details

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void

GetAzureWebsiteLocationCommand() public method

Initializes a new instance of the GetAzureWebsiteLocationCommand class.
public GetAzureWebsiteLocationCommand ( ) : System.Collections.Generic
return System.Collections.Generic

GetAzureWebsiteLocationCommand() public method

Initializes a new instance of the GetAzureWebsiteLocationCommand class.
public GetAzureWebsiteLocationCommand ( IWebsitesServiceManagement channel ) : System.Collections.Generic
channel IWebsitesServiceManagement /// Channel used for communication with Azure's service management APIs. ///
return System.Collections.Generic