WebSiteExtensionsClient.Deployments Property
Operations for managing the repositories.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
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
Property Value
Type: Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations
Implements
IWebSiteExtensionsClient.Deployments
See Also
WebSiteExtensionsClient Class
Microsoft.WindowsAzure.WebSitesExtensions Namespace
Return to top