RefundPolicyError Class
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.
error details
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.RefundPolicyErrorTypeConverter))]
public class RefundPolicyError : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IRefundPolicyError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.RefundPolicyErrorTypeConverter))>]
type RefundPolicyError = class
interface IRefundPolicyError
interface IJsonSerializable
Public Class RefundPolicyError
Implements IRefundPolicyError
- Inheritance
-
RefundPolicyError
- Attributes
- Implements
Constructors
RefundPolicyError() |
Creates an new RefundPolicyError instance. |
Properties
Code |
Error code describing the reason that service is not able to process the incoming request |
Message |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RefundPolicyError. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RefundPolicyError. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IRefundPolicyError. |
FromJsonString(String) |
Creates a new instance of RefundPolicyError, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RefundPolicyError into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |