Поделиться через


NeonComputeProperties Class

Definition

Properties specific to Compute.

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

Properties

Attributes

Additional attributes for the entity.

CpuCores

Number of allocated CPU cores.

CreatedAt

Timestamp indicating when the entity was created.

EntityId

Unique identifier for the entity.

EntityName

Name of the resource.

Memory

Memory allocated in GB.

ProvisioningState

Provisioning state of the resource.

Region

Region where the compute instance is located.

Status

Current status of the compute instance.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NeonComputeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NeonComputeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NeonComputeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NeonComputeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NeonComputeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to