次の方法で共有


LabPlansOperationsExtensions.BeginUpdateAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.LabServices.Models.LabPlan> BeginUpdateAsync (this Microsoft.Azure.Management.LabServices.ILabPlansOperations operations, Microsoft.Azure.Management.LabServices.Models.LabPlanUpdate body, string resourceGroupName, string labPlanName, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.LabServices.ILabPlansOperations * Microsoft.Azure.Management.LabServices.Models.LabPlanUpdate * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.LabServices.Models.LabPlan>
<Extension()>
Public Function BeginUpdateAsync (operations As ILabPlansOperations, body As LabPlanUpdate, resourceGroupName As String, labPlanName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of LabPlan)

パラメーター

operations
ILabPlansOperations

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

body
LabPlanUpdate

要求本文。

resourceGroupName
String

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

labPlanName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象