次の方法で共有


LabPlansOperationsExtensions.CreateOrUpdateAsync メソッド

定義

ラボ 計画リソースを更新または作成します。

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

パラメーター

operations
ILabPlansOperations

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

body
LabPlan

要求本文。

resourceGroupName
String

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

labPlanName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象