ExchangePolicyError 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.ExchangePolicyErrorTypeConverter))]
public class ExchangePolicyError : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.IExchangePolicyError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.ExchangePolicyErrorTypeConverter))>]
type ExchangePolicyError = class
interface IExchangePolicyError
interface IJsonSerializable
Public Class ExchangePolicyError
Implements IExchangePolicyError
- Inheritance
-
ExchangePolicyError
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ExchangePolicyError() |
Creates an new ExchangePolicyError instance. |
Properties
| Name | Description |
|---|---|
| Code | |
| Message | |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExchangePolicyError. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExchangePolicyError. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.IExchangePolicyError. |
| FromJsonString(String) |
Creates a new instance of ExchangePolicyError, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExchangePolicyError into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |