次の方法で共有


LabPlansOperationsExtensions.BeginUpdate メソッド

定義

ラボ計画リソースを更新します。

public static Microsoft.Azure.Management.LabServices.Models.LabPlan BeginUpdate (this Microsoft.Azure.Management.LabServices.ILabPlansOperations operations, Microsoft.Azure.Management.LabServices.Models.LabPlanUpdate body, string resourceGroupName, string labPlanName);
static member BeginUpdate : Microsoft.Azure.Management.LabServices.ILabPlansOperations * Microsoft.Azure.Management.LabServices.Models.LabPlanUpdate * string * string -> Microsoft.Azure.Management.LabServices.Models.LabPlan
<Extension()>
Public Function BeginUpdate (operations As ILabPlansOperations, body As LabPlanUpdate, resourceGroupName As String, labPlanName As String) As LabPlan

パラメーター

operations
ILabPlansOperations

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

body
LabPlanUpdate

要求本文。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

labPlanName
String

リソース グループを含む内で一意に識別するラボ プランの名前。 リソース URI と UI で使用されます。

戻り値

注釈

ラボ計画リソースを更新する操作。

適用対象