ComputeWriteableSubResourceData Class

Definition

The ComputeWriteableSubResourceData.

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

Constructors

ComputeWriteableSubResourceData()

Initializes a new instance of ComputeWriteableSubResourceData.

Properties

Id

Resource Id.

Explicit Interface Implementations

IJsonModel<ComputeWriteableSubResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComputeWriteableSubResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeWriteableSubResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeWriteableSubResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComputeWriteableSubResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to