次の方法で共有


CapacityReservationsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.CapacityReservation> CreateOrUpdateAsync (this Microsoft.Azure.Management.Compute.ICapacityReservationsOperations operations, string resourceGroupName, string capacityReservationGroupName, string capacityReservationName, Microsoft.Azure.Management.Compute.Models.CapacityReservation parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Compute.ICapacityReservationsOperations * string * string * string * Microsoft.Azure.Management.Compute.Models.CapacityReservation * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.CapacityReservation>
<Extension()>
Public Function CreateOrUpdateAsync (operations As ICapacityReservationsOperations, resourceGroupName As String, capacityReservationGroupName As String, capacityReservationName As String, parameters As CapacityReservation, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CapacityReservation)

パラメーター

operations
ICapacityReservationsOperations

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

resourceGroupName
String

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

capacityReservationGroupName
String

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

capacityReservationName
String

容量予約の名前。

parameters
CapacityReservation

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象