C# 클래스 Microsoft.WindowsAzure.Management.Websites.Cmdlets.RestoreAzureWebsiteDeploymentCommand

상속: DeploymentBaseCmdlet
파일 보기 프로젝트 열기: OctopusDeploy/azure-sdk-tools

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

ExecuteCmdlet() 공개 메소드

public ExecuteCmdlet ( ) : void
리턴 void

RestoreAzureWebsiteDeploymentCommand() 공개 메소드

Initializes a new instance of the RestoreAzureWebsiteDeploymentCommand class.
public RestoreAzureWebsiteDeploymentCommand ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RestoreAzureWebsiteDeploymentCommand() 공개 메소드

Initializes a new instance of the RestoreAzureWebsiteDeploymentCommand class.
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. ///
리턴 System.Collections.Generic