WebSiteCreateParameters.WebSpaceDetails.Plan Property
Gets or sets the web space plan.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string Plan { get; set; }
public:
property String^ Plan {
String^ get();
void set(String^ value);
}
member Plan : string with get, set
Public Property Plan As String
Property Value
Type: System.String
The web space plan.
Remarks
This value must be VirtualDedicatedPlan.
See Also
WebSiteCreateParameters.WebSpaceDetails Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top