Share via


WebHostingPlanCreateParameters.SKU Property

 

Optional. SKU of the Web hosting plan.

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

Syntax

public SkuOptions SKU { get; set; }
public:
property SkuOptions SKU {
    SkuOptions get();
    void set(SkuOptions value);
}
member SKU : SkuOptions with get, set
Public Property SKU As SkuOptions

Property Value

Type: Microsoft.WindowsAzure.Management.WebSites.Models.SkuOptions

See Also

WebHostingPlanCreateParameters Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top