次の方法で共有


CapacityReservationsOperationsExtensions.CreateOrUpdate メソッド

定義

容量予約を作成または更新する操作。 一部のプロパティは、容量予約の作成時にのみ設定できます。 詳細については、 を https://aka.ms/CapacityReservation 参照してください。

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

パラメーター

operations
ICapacityReservationsOperations

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

resourceGroupName
String

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

capacityReservationGroupName
String

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

capacityReservationName
String

容量予約の名前。

parameters
CapacityReservation

[容量の作成] 予約に指定されたパラメーター。

戻り値

適用対象