Delen via


CreateOrderLimitForSubscriptionValidationResult Class

Definition

Properties of create order limit for subscription validation response.

public class CreateOrderLimitForSubscriptionValidationResult : Azure.ResourceManager.DataBox.Models.DataBoxValidationInputResult, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBox.Models.CreateOrderLimitForSubscriptionValidationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBox.Models.CreateOrderLimitForSubscriptionValidationResult>
type CreateOrderLimitForSubscriptionValidationResult = class
    inherit DataBoxValidationInputResult
    interface IJsonModel<CreateOrderLimitForSubscriptionValidationResult>
    interface IPersistableModel<CreateOrderLimitForSubscriptionValidationResult>
Public Class CreateOrderLimitForSubscriptionValidationResult
Inherits DataBoxValidationInputResult
Implements IJsonModel(Of CreateOrderLimitForSubscriptionValidationResult), IPersistableModel(Of CreateOrderLimitForSubscriptionValidationResult)
Inheritance
CreateOrderLimitForSubscriptionValidationResult
Implements

Properties

Error

Error code and message of validation response.

(Inherited from DataBoxValidationInputResult)
Status

Create order limit validation status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CreateOrderLimitForSubscriptionValidationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CreateOrderLimitForSubscriptionValidationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DataBoxValidationInputResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from DataBoxValidationInputResult)
IJsonModel<DataBoxValidationInputResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataBoxValidationInputResult)
IPersistableModel<CreateOrderLimitForSubscriptionValidationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CreateOrderLimitForSubscriptionValidationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CreateOrderLimitForSubscriptionValidationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DataBoxValidationInputResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataBoxValidationInputResult)
IPersistableModel<DataBoxValidationInputResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DataBoxValidationInputResult)
IPersistableModel<DataBoxValidationInputResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataBoxValidationInputResult)

Applies to