Invoke-AzReservationReturn
傳回保留。
語法
Invoke-AzReservationReturn
-ReservationOrderId <String>
-ReservationToReturnReservationId <String>
-ReservationToReturnQuantity <Int32>
-SessionId <String>
-Scope <String>
-ReturnReason <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Invoke-AzReservationReturn
-InputObject <IReservationsIdentity>
-Body <IRefundRequest>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Invoke-AzReservationReturn
-InputObject <IReservationsIdentity>
-ReservationToReturnReservationId <String>
-ReservationToReturnQuantity <Int32>
-SessionId <String>
-Scope <String>
-ReturnReason <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Invoke-AzReservationReturn
-ReservationOrderId <String>
-Body <IRefundRequest>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
傳回保留。
範例
範例 1:使用 calculateRefund 命令取得的會話標識符傳回保留。
$orderId = "50000000-aaaa-bbbb-cccc-100000000003"
$fullyQualifiedId = "/providers/microsoft.capacity/reservationOrders/50000000-aaaa-bbbb-cccc-100000000003/reservations/30000000-aaaa-bbbb-cccc-100000000003"
$fullyQualifiedOrderId = "/providers/microsoft.capacity/reservationOrders/50000000-aaaa-bbbb-cccc-100000000003"
Invoke-AzReservationCalculateRefund -ReservationOrderId $orderId -ReservationToReturnQuantity 1 -ReservationToReturnReservationId $fullyQualifiedId -Id $fullyQualifiedOrderId -Scope "Reservation"
ReservationOrderId DisplayName Term State Quantity Reservations
------------------ ----------- ---- ----- -------- ------------
179ef21b-90ec-4fe4-9423-f794b856dfee VM_RI_08-20-2021_15-47 P3Y Succeeded 1 {{…
使用 Invoke-AzReservationCalculateRefund 取得的會話標識碼繼續傳回保留。
參數
-Body
傳回要求本文。 若要建構,請參閱 BODY 屬性的 NOTES 區段並建立哈希表。
類型: | IRefundRequest |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Confirm
執行 Cmdlet 之前先提示您確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
類型: | IReservationsIdentity |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ReservationOrderId
保留訂單標識碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ReservationToReturnQuantity
要傳回的數量。
類型: | Int32 |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ReservationToReturnReservationId
要傳回的保留標識碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ReturnReason
此保留傳回的原因。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Scope
此傳回的範圍,例如 Reservation。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-SessionId
從 Invoke-AzReservationCalculateRefund.取得的會話標識符。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-WhatIf
顯示執行 Cmdlet 後會發生的情況。 未執行 Cmdlet。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |