次の方法で共有


CalculateModelCapacityResultEstimatedCapacity Class

Definition

Model Estimated Capacity.

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

Properties

DeployableValue

Gets the deployable value.

Value

Gets the value.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CalculateModelCapacityResultEstimatedCapacity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CalculateModelCapacityResultEstimatedCapacity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CalculateModelCapacityResultEstimatedCapacity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CalculateModelCapacityResultEstimatedCapacity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CalculateModelCapacityResultEstimatedCapacity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to