Compartilhar via


ExchangePolicyError Class

Definition

error details

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ExchangePolicyErrorTypeConverter))]
public class ExchangePolicyError : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IExchangePolicyError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ExchangePolicyErrorTypeConverter))>]
type ExchangePolicyError = class
    interface IExchangePolicyError
    interface IJsonSerializable
Public Class ExchangePolicyError
Implements IExchangePolicyError
Inheritance
ExchangePolicyError
Attributes
Implements

Constructors

ExchangePolicyError()

Creates an new ExchangePolicyError instance.

Properties

Code
Message

Methods

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

Applies to