WebHostingPlanOperationsExtensions.UpdateAsync 方法
Updates an existing 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 webHostingPlanName As String
Dim parameters As WebHostingPlanUpdateParameters
Dim returnValue As Task(Of WebHostingPlanUpdateResponse)
returnValue = WebHostingPlanOperationsExtensions.UpdateAsync(operations, webSpaceName, webHostingPlanName, parameters)
语法
声明
<ExtensionAttribute> _
Public Shared Function UpdateAsync ( _
operations As IWebHostingPlanOperations, _
webSpaceName As String, _
webHostingPlanName As String, _
parameters As WebHostingPlanUpdateParameters _
) As Task(Of WebHostingPlanUpdateResponse)
[ExtensionAttribute]
public static Task<WebHostingPlanUpdateResponse> UpdateAsync (
IWebHostingPlanOperations operations,
string webSpaceName,
string webHostingPlanName,
WebHostingPlanUpdateParameters parameters
)
[ExtensionAttribute]
public:
static Task<WebHostingPlanUpdateResponse^>^ UpdateAsync (
IWebHostingPlanOperations^ operations,
String^ webSpaceName,
String^ webHostingPlanName,
WebHostingPlanUpdateParameters^ parameters
)
/** @attribute ExtensionAttribute() */
public static Task<WebHostingPlanUpdateResponse> UpdateAsync (
IWebHostingPlanOperations operations,
String webSpaceName,
String webHostingPlanName,
WebHostingPlanUpdateParameters parameters
)
ExtensionAttribute
public static function UpdateAsync (
operations : IWebHostingPlanOperations,
webSpaceName : String,
webHostingPlanName : String,
parameters : WebHostingPlanUpdateParameters
) : Task<WebHostingPlanUpdateResponse>
参数
- operations
Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
- webSpaceName
Required. The name of the web space.
- webHostingPlanName
Required. The name of the web hosting plan.
- parameters
Required. Parameters supplied to the Update Web Hosting Plan operation.
返回值
The Create Web Hosting Plan operation response.
线程安全
此类型的所有公开静态(在 Visual Basic 中为共享)成员均为线程安全型成员。但不保证所有实例成员都是线程安全的。
平台
开发平台
Windows Vista、Windows 7 和 Windows Server 2008
目标平台
另请参阅
参考
WebHostingPlanOperationsExtensions 类
WebHostingPlanOperationsExtensions 成员
Microsoft.WindowsAzure 命名空间