Share via


IWebSiteExtensionsClient.Deployments Property

 

Operations for managing the repositories.

Namespace:   Microsoft.WindowsAzure.WebSitesExtensions
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

IDeploymentOperations Deployments { get; }
property IDeploymentOperations^ Deployments {
    IDeploymentOperations^ get();
}
abstract Deployments : IDeploymentOperations with get
ReadOnly Property Deployments As IDeploymentOperations

Property Value

Type: Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations

See Also

IWebSiteExtensionsClient Interface
Microsoft.WindowsAzure.WebSitesExtensions Namespace

Return to top