BillingSubscriptionValidateMoveEligibilityError Class

Definition

Error details of the transfer eligibility validation.

public class BillingSubscriptionValidateMoveEligibilityError : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Models.BillingSubscriptionValidateMoveEligibilityError>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Models.BillingSubscriptionValidateMoveEligibilityError>
public class BillingSubscriptionValidateMoveEligibilityError
type BillingSubscriptionValidateMoveEligibilityError = class
    interface IJsonModel<BillingSubscriptionValidateMoveEligibilityError>
    interface IPersistableModel<BillingSubscriptionValidateMoveEligibilityError>
type BillingSubscriptionValidateMoveEligibilityError = class
Public Class BillingSubscriptionValidateMoveEligibilityError
Implements IJsonModel(Of BillingSubscriptionValidateMoveEligibilityError), IPersistableModel(Of BillingSubscriptionValidateMoveEligibilityError)
Public Class BillingSubscriptionValidateMoveEligibilityError
Inheritance
BillingSubscriptionValidateMoveEligibilityError
Implements

Properties

Code

Error code of the transfer validation response.

Details

Detailed error message explaining the error.

Message

The error message.

Explicit Interface Implementations

IJsonModel<BillingSubscriptionValidateMoveEligibilityError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BillingSubscriptionValidateMoveEligibilityError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingSubscriptionValidateMoveEligibilityError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingSubscriptionValidateMoveEligibilityError>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BillingSubscriptionValidateMoveEligibilityError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to