ICalculateRefundResponse.PolicyError Property

Definition

Refund Policy errors

[Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Create=true, Description="Refund Policy errors", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.IRefundPolicyError) }, Read=true, ReadOnly=false, Required=false, SerializedName="policyErrors", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.IRefundPolicyError> PolicyError { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Create=true, Description="Refund Policy errors", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.IRefundPolicyError) }, Read=true, ReadOnly=false, Required=false, SerializedName="policyErrors", Update=true)>]
member this.PolicyError : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.IRefundPolicyError> with get, set
Public Property PolicyError As List(Of IRefundPolicyError)

Property Value

Attributes

Applies to