Share via


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 命名空间

返回页首