共用方式為


DeploymentOperationsExtensions 類別

 

網站擴充功能的用戶端管理網站部署、 web 工作和其他延伸模組。

命名空間:   Microsoft.WindowsAzure
組件:  Microsoft.WindowsAzure.Management.WebSites (在 Microsoft.WindowsAzure.Management.WebSites.dll 中)

繼承階層架構

System.Object
  Microsoft.WindowsAzure.DeploymentOperationsExtensions

語法

public static class DeploymentOperationsExtensions
[ExtensionAttribute]
public ref class DeploymentOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type DeploymentOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class DeploymentOperationsExtensions

方法

名稱 描述
Get(IDeploymentOperations, String)

取得網站的部署。

GetAsync(IDeploymentOperations, String)

取得網站的部署。

GetLog(IDeploymentOperations, String, String)

取得網站的部署記錄檔。

GetLogAsync(IDeploymentOperations, String, String)

取得網站的部署記錄檔。

List(IDeploymentOperations, DeploymentListParameters)

列出網站的部署。

ListAsync(IDeploymentOperations, DeploymentListParameters)

列出網站的部署。

ListLogs(IDeploymentOperations, String, DeploymentListParameters)

列出部署網站的記錄檔。

ListLogsAsync(IDeploymentOperations, String, DeploymentListParameters)

列出部署網站的記錄檔。

Redeploy(IDeploymentOperations, String)

會重新部署特定網站的部署。

RedeployAsync(IDeploymentOperations, String)

會重新部署特定網站的部署。

執行緒安全

這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

Microsoft.WindowsAzure 命名空間

回到頁首