ArmReservationsModelFactory.ReservationRefundResponseProperties Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von ReservationRefundResponseProperties.
public static Azure.ResourceManager.Reservations.Models.ReservationRefundResponseProperties ReservationRefundResponseProperties (Guid? sessionId = default, int? quantity = default, Azure.ResourceManager.Reservations.Models.PurchasePrice billingRefundAmount = default, Azure.ResourceManager.Reservations.Models.PurchasePrice pricingRefundAmount = default, Azure.ResourceManager.Reservations.Models.ReservationRefundPolicyResultProperty policyResultProperties = default, Azure.ResourceManager.Reservations.Models.ReservationRefundBillingInformation billingInformation = default);
static member ReservationRefundResponseProperties : Nullable<Guid> * Nullable<int> * Azure.ResourceManager.Reservations.Models.PurchasePrice * Azure.ResourceManager.Reservations.Models.PurchasePrice * Azure.ResourceManager.Reservations.Models.ReservationRefundPolicyResultProperty * Azure.ResourceManager.Reservations.Models.ReservationRefundBillingInformation -> Azure.ResourceManager.Reservations.Models.ReservationRefundResponseProperties
Public Shared Function ReservationRefundResponseProperties (Optional sessionId As Nullable(Of Guid) = Nothing, Optional quantity As Nullable(Of Integer) = Nothing, Optional billingRefundAmount As PurchasePrice = Nothing, Optional pricingRefundAmount As PurchasePrice = Nothing, Optional policyResultProperties As ReservationRefundPolicyResultProperty = Nothing, Optional billingInformation As ReservationRefundBillingInformation = Nothing) As ReservationRefundResponseProperties
Parameter
- billingRefundAmount
- PurchasePrice
Preisinformationen, die den Betrag und den Währungscode enthalten.
- pricingRefundAmount
- PurchasePrice
Preisinformationen, die den Betrag und den Währungscode enthalten.
- policyResultProperties
- ReservationRefundPolicyResultProperty
Ergebnis der Rückerstattungsrichtlinie.
- billingInformation
- ReservationRefundBillingInformation
Abrechnungsinformationen.
Gibt zurück
Eine neue ReservationRefundResponseProperties instance zum Mocking.