ComputeSubResourceDataWithColocationStatus Class

Definition

The ComputeSubResourceDataWithColocationStatus.

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

Constructors

ComputeSubResourceDataWithColocationStatus()

Initializes a new instance of ComputeSubResourceDataWithColocationStatus.

Properties

ColocationStatus

Describes colocation status of a resource in the Proximity Placement Group.

Id

Resource Id.

(Inherited from ComputeWriteableSubResourceData)

Explicit Interface Implementations

IJsonModel<ComputeSubResourceDataWithColocationStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComputeSubResourceDataWithColocationStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ComputeWriteableSubResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ComputeWriteableSubResourceData)
IPersistableModel<ComputeSubResourceDataWithColocationStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeSubResourceDataWithColocationStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComputeSubResourceDataWithColocationStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ComputeWriteableSubResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ComputeWriteableSubResourceData)

Applies to