IWebHostingPlanOperations.CreateAsync Method
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.
Creates a new Web Hosting Plan. (see http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ for more information)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateResponse> CreateAsync (string webSpaceName, Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member CreateAsync : string * Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateResponse>
Public Function CreateAsync (webSpaceName As String, parameters As WebHostingPlanCreateParameters, cancellationToken As CancellationToken) As Task(Of WebHostingPlanCreateResponse)
Parameters
- webSpaceName
- String
The name of the web space.
- parameters
- WebHostingPlanCreateParameters
Web Hosting Plan Parameters.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Create Web Web Hosting Plan operation response.