次の方法で共有


CapacityReservationGroupsOperationsExtensions.CreateOrUpdate メソッド

定義

容量予約グループを作成または更新する操作。 容量予約グループを更新する場合は、タグのみを変更できます。 詳細については、 を https://aka.ms/CapacityReservation 参照してください。

public static Microsoft.Azure.Management.Compute.Models.CapacityReservationGroup CreateOrUpdate (this Microsoft.Azure.Management.Compute.ICapacityReservationGroupsOperations operations, string resourceGroupName, string capacityReservationGroupName, Microsoft.Azure.Management.Compute.Models.CapacityReservationGroup parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Compute.ICapacityReservationGroupsOperations * string * string * Microsoft.Azure.Management.Compute.Models.CapacityReservationGroup -> Microsoft.Azure.Management.Compute.Models.CapacityReservationGroup
<Extension()>
Public Function CreateOrUpdate (operations As ICapacityReservationGroupsOperations, resourceGroupName As String, capacityReservationGroupName As String, parameters As CapacityReservationGroup) As CapacityReservationGroup

パラメーター

operations
ICapacityReservationGroupsOperations

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

resourceGroupName
String

リソース グループの名前。

capacityReservationGroupName
String

容量予約グループの名前。

parameters
CapacityReservationGroup

容量予約グループの作成に指定されたパラメーター。

戻り値

適用対象