WebHostingPlanOperationsExtensions.Update 方法 (IWebHostingPlanOperations, String, String, WebHostingPlanUpdateParameters)

 

更新现有 Web 托管计划。 (请参阅 https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ 有关详细信息)

命名空间:   Microsoft.WindowsAzure
程序集:  Microsoft.WindowsAzure.Management.WebSites(Microsoft.WindowsAzure.Management.WebSites.dll 中)

语法

public static WebHostingPlanUpdateResponse Update(
    this IWebHostingPlanOperations operations,
    string webSpaceName,
    string webHostingPlanName,
    WebHostingPlanUpdateParameters parameters
)
public:
[ExtensionAttribute]
static WebHostingPlanUpdateResponse^ Update(
    IWebHostingPlanOperations^ operations,
    String^ webSpaceName,
    String^ webHostingPlanName,
    WebHostingPlanUpdateParameters^ parameters
)
static member Update : 
        operations:IWebHostingPlanOperations *
        webSpaceName:string *
        webHostingPlanName:string *
        parameters:WebHostingPlanUpdateParameters -> WebHostingPlanUpdateResponse
<ExtensionAttribute>
Public Shared Function Update (
    operations As IWebHostingPlanOperations,
    webSpaceName As String,
    webHostingPlanName As String,
    parameters As WebHostingPlanUpdateParameters
) As WebHostingPlanUpdateResponse

参数

  • webSpaceName
    Type: System.String

    必需。 Web 空间的名称。

  • webHostingPlanName
    Type: System.String

    必需。 Web 托管计划的名称。

返回值

Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateResponse

创建 Web 托管计划操作响应。

请参阅

WebHostingPlanOperationsExtensions 类
Microsoft.WindowsAzure 命名空间

返回页首