次の方法で共有


AppServiceEnvironmentsOperationsExtensions.UpdateMultiRolePool メソッド

定義

マルチロール プールを作成または更新します。

public static Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource UpdateMultiRolePool (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource multiRolePoolEnvelope);
static member UpdateMultiRolePool : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource -> Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource
<Extension()>
Public Function UpdateMultiRolePool (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, multiRolePoolEnvelope As WorkerPoolResource) As WorkerPoolResource

パラメーター

operations
IAppServiceEnvironmentsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

App Service Environmentの名前。

multiRolePoolEnvelope
WorkerPoolResource

マルチロール プールのプロパティ。

戻り値

注釈

「マルチロール プールを作成または更新する」の説明。

適用対象