次の方法で共有


CapacityReservationsOperationsExtensions.Update メソッド

定義

容量予約を更新する操作。

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

パラメーター

operations
ICapacityReservationsOperations

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

resourceGroupName
String

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

capacityReservationGroupName
String

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

capacityReservationName
String

容量予約の名前。

parameters
CapacityReservationUpdate

容量予約の更新操作に指定されたパラメーター。

戻り値

適用対象