ArmReservationsModelFactory.ReservationRefundResponseProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
- billingRefundAmount
- PurchasePrice
Pricing information containing the amount and the currency code.
- pricingRefundAmount
- PurchasePrice
Pricing information containing the amount and the currency code.
- policyResultProperties
- ReservationRefundPolicyResultProperty
Refund policy result.
- billingInformation
- ReservationRefundBillingInformation
billing information.
Returns
A new ReservationRefundResponseProperties instance for mocking.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET