WebHostingPlanGetResponse.WebHostingPlan Property
Optional. Details of the created Web Hosting Plan.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public WebHostingPlan WebHostingPlan { get; set; }
public:
property WebHostingPlan^ WebHostingPlan {
WebHostingPlan^ get();
void set(WebHostingPlan^ value);
}
member WebHostingPlan : WebHostingPlan with get, set
Public Property WebHostingPlan As WebHostingPlan
Property Value
Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlan
See Also
WebHostingPlanGetResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top