WebSiteManagementClient.WebHostingPlans Property

 

Operations for managing web hosting plans beneath your subscription.

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

Syntax

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

Property Value

Type: Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations

Implements

IWebSiteManagementClient.WebHostingPlans

See Also

WebSiteManagementClient Class
Microsoft.WindowsAzure.Management.WebSites Namespace

Return to top