WebSiteExtensionsClient.Deployments 属性

 

用于管理存储库的操作。

命名空间:   Microsoft.WindowsAzure.WebSitesExtensions
程序集:  Microsoft.WindowsAzure.Management.WebSites(Microsoft.WindowsAzure.Management.WebSites.dll 中)

语法

public virtual IDeploymentOperations Deployments { get; }
public:
property IDeploymentOperations^ Deployments {
    virtual IDeploymentOperations^ get();
}
abstract Deployments : IDeploymentOperations with get
override Deployments : IDeploymentOperations with get
Public Overridable ReadOnly Property Deployments As IDeploymentOperations

属性值

Type: Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations

实施

IWebSiteExtensionsClient.Deployments

请参阅

WebSiteExtensionsClient 类
Microsoft.WindowsAzure.WebSitesExtensions 命名空间

返回页首