Property | Type | Description |
---|
Method | Description | |
---|---|---|
ExecuteCmdlet ( ) : void | ||
RestoreAzureWebsiteDeploymentCommand ( ) : System.Collections.Generic |
Initializes a new instance of the RestoreAzureWebsiteDeploymentCommand class.
|
|
RestoreAzureWebsiteDeploymentCommand ( IWebsitesServiceManagement channel, IDeploymentServiceManagement deploymentChannel ) : System.Collections.Generic |
Initializes a new instance of the RestoreAzureWebsiteDeploymentCommand class.
|
public RestoreAzureWebsiteDeploymentCommand ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public RestoreAzureWebsiteDeploymentCommand ( IWebsitesServiceManagement channel, IDeploymentServiceManagement deploymentChannel ) : System.Collections.Generic | ||
channel | IWebsitesServiceManagement | /// Channel used for communication with Azure's service management APIs. /// |
deploymentChannel | IDeploymentServiceManagement | /// Channel used for communication with the git repository. /// |
return | System.Collections.Generic |