次の方法で共有


LabPlansOperationsExtensions.BeginCreateOrUpdate メソッド

定義

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

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

パラメーター

operations
ILabPlansOperations

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

body
LabPlan

要求本文。

resourceGroupName
String

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

labPlanName
String

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

戻り値

注釈

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

適用対象