Share via


ExchangePolicyErrors Class

Definition

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()

Applies to