Compartilhar via


Método WebHostingPlanOperationsExtensions.Create

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 (em Microsoft.WindowsAzure.Management.WebSites.dll)

Uso

'Uso
Dim operations As IWebHostingPlanOperations
Dim webSpaceName As String
Dim parameters As WebHostingPlanCreateParameters
Dim returnValue As WebHostingPlanCreateResponse

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

Sintaxe

'Declaração
<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

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 de retorno

The Create Web Web Hosting Plan operation response.

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe WebHostingPlanOperationsExtensions
Membros WebHostingPlanOperationsExtensions
Namespace Microsoft.WindowsAzure