WebSiteCreateParameters.WebSpaceDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about the web space to create.
public class WebSiteCreateParameters.WebSpaceDetails
type WebSiteCreateParameters.WebSpaceDetails = class
Public Class WebSiteCreateParameters.WebSpaceDetails
- Inheritance
-
WebSiteCreateParameters.WebSpaceDetails
Constructors
WebSiteCreateParameters.WebSpaceDetails() |
Initializes a new instance of the WebSpaceDetails class. |
WebSiteCreateParameters.WebSpaceDetails(String, String, String) |
Initializes a new instance of the WebSpaceDetails class with required arguments. |
Properties
GeoRegion |
Required. The geographical region of the web space that will be created. |
Name |
Required. The name of the web space. |
Plan |
Required. The web space plan. This value must be VirtualDedicatedPlan. |
Applies to
Azure SDK for .NET