Condividi tramite


Metodo 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)

Spazio dei nomi: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Utilizzo

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

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

Sintassi

'Dichiarazione
<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>

Parametri

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

Valore restituito

The Create Web Web Hosting Plan operation response.

Sicurezza dei thread

Qualsiasi membro statico pubblico (condiviso in Visual Basic) di questo tipo è thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows 7 e Windows Server 2008

Piattaforme di destinazione

Vedere anche

Riferimento

Classe WebHostingPlanOperationsExtensions
Membri WebHostingPlanOperationsExtensions
Spazio dei nomi Microsoft.WindowsAzure