WebHostingPlanOperationsExtensions.Create Method
Creates a new Web Hosting Plan. (see https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ for more information)
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Usage
'Usage
Dim operations As IWebHostingPlanOperations
Dim webSpaceName As String
Dim parameters As WebHostingPlanCreateParameters
Dim returnValue As WebHostingPlanCreateResponse
returnValue = WebHostingPlanOperationsExtensions.Create(operations, webSpaceName, parameters)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function Create ( _
operations As IWebHostingPlanOperations, _
webSpaceName As String, _
parameters As WebHostingPlanCreateParameters _
) As WebHostingPlanCreateResponse
[ExtensionAttribute]
public static WebHostingPlanCreateResponse Create (
IWebHostingPlanOperations operations,
string webSpaceName,
WebHostingPlanCreateParameters parameters
)
[ExtensionAttribute]
public:
static WebHostingPlanCreateResponse^ Create (
IWebHostingPlanOperations^ operations,
String^ webSpaceName,
WebHostingPlanCreateParameters^ parameters
)
/** @attribute ExtensionAttribute() */
public static WebHostingPlanCreateResponse Create (
IWebHostingPlanOperations operations,
String webSpaceName,
WebHostingPlanCreateParameters parameters
)
ExtensionAttribute
public static function Create (
operations : IWebHostingPlanOperations,
webSpaceName : String,
parameters : WebHostingPlanCreateParameters
) : WebHostingPlanCreateResponse
Parameters
- operations
Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
- webSpaceName
Required. The name of the web space.
- parameters
Required. Web Hosting Plan Parameters.
Return Value
The Create Web Web Hosting Plan operation response.
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
WebHostingPlanOperationsExtensions Class
WebHostingPlanOperationsExtensions Members
Microsoft.WindowsAzure Namespace