Compartir a través de


Método WebHostingPlanOperationsExtensions.CreateAsync

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)

Espacio de nombres: Microsoft.WindowsAzure
Ensamblado: Microsoft.WindowsAzure.Management.WebSites (en Microsoft.WindowsAzure.Management.WebSites.dll)

Uso

'Uso
Dim operations As IWebHostingPlanOperations
Dim webSpaceName As String
Dim parameters As WebHostingPlanCreateParameters
Dim returnValue As Task(Of WebHostingPlanCreateResponse)

returnValue = WebHostingPlanOperationsExtensions.CreateAsync(operations, webSpaceName, parameters)

Sintaxis

'Declaración
<ExtensionAttribute> _
Public Shared Function CreateAsync ( _
    operations As IWebHostingPlanOperations, _
    webSpaceName As String, _
    parameters As WebHostingPlanCreateParameters _
) As Task(Of WebHostingPlanCreateResponse)
[ExtensionAttribute] 
public static Task<WebHostingPlanCreateResponse> CreateAsync (
    IWebHostingPlanOperations operations,
    string webSpaceName,
    WebHostingPlanCreateParameters parameters
)
[ExtensionAttribute] 
public:
static Task<WebHostingPlanCreateResponse^>^ CreateAsync (
    IWebHostingPlanOperations^ operations, 
    String^ webSpaceName, 
    WebHostingPlanCreateParameters^ parameters
)
/** @attribute ExtensionAttribute() */ 
public static Task<WebHostingPlanCreateResponse> CreateAsync (
    IWebHostingPlanOperations operations, 
    String webSpaceName, 
    WebHostingPlanCreateParameters parameters
)
ExtensionAttribute 
public static function CreateAsync (
    operations : IWebHostingPlanOperations, 
    webSpaceName : String, 
    parameters : WebHostingPlanCreateParameters
) : Task<WebHostingPlanCreateResponse>

Parámetros

  • operations
    Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
  • webSpaceName
    Required. The name of the web space.
  • parameters
    Required. Web Hosting Plan Parameters.

Valor devuelto

The Create Web Web Hosting Plan operation response.

Seguridad para subprocesos

Cualquier miembro estático público (compartido en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Vista, Windows 7 y Windows Server 2008

Plataformas de destino

Vea también

Referencia

Clase WebHostingPlanOperationsExtensions
Miembros WebHostingPlanOperationsExtensions
Espacio de nombres Microsoft.WindowsAzure