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)
命名空间: Microsoft.WindowsAzure
程序集: Microsoft.WindowsAzure.Management.WebSites(在 Microsoft.WindowsAzure.Management.WebSites.dll 中)
使用
用法
Dim operations As IWebHostingPlanOperations
Dim webSpaceName As String
Dim parameters As WebHostingPlanCreateParameters
Dim returnValue As WebHostingPlanCreateResponse
returnValue = WebHostingPlanOperationsExtensions.Create(operations, webSpaceName, parameters)
语法
声明
<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
参数
- operations
Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
- webSpaceName
Required. The name of the web space.
- parameters
Required. Web Hosting Plan Parameters.
返回值
The Create Web Web Hosting Plan operation response.
线程安全
此类型的所有公开静态(在 Visual Basic 中为共享)成员均为线程安全型成员。但不保证所有实例成员都是线程安全的。
平台
开发平台
Windows Vista、Windows 7 和 Windows Server 2008
目标平台
另请参阅
参考
WebHostingPlanOperationsExtensions 类
WebHostingPlanOperationsExtensions 成员
Microsoft.WindowsAzure 命名空间