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