WebHostingPlanUpdateParameters.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)
Usage
'Usage
Dim instance As WebHostingPlanUpdateParameters
Dim value As SkuOptions
value = instance.SKU
instance.SKU = value
Syntax
'Declaration
Public Property SKU As SkuOptions
public SkuOptions SKU { get; set; }
public:
property SkuOptions SKU {
SkuOptions get ();
void set (SkuOptions value);
}
/** @property */
public SkuOptions get_SKU ()
/** @property */
public void set_SKU (SkuOptions value)
public function get SKU () : SkuOptions
public function set SKU (value : SkuOptions)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
WebHostingPlanUpdateParameters Class
WebHostingPlanUpdateParameters Members
Microsoft.WindowsAzure.Management.WebSites.Models Namespace