DevOpsResourceDetailsProperties Class

Definition

Details of the ResourceDetailsObject.

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

Properties

Image

The image name of the resource.

ImageVersion

The version of the image running on the resource.

Status

The status of the resource.

Explicit Interface Implementations

IJsonModel<DevOpsResourceDetailsProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevOpsResourceDetailsProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevOpsResourceDetailsProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevOpsResourceDetailsProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevOpsResourceDetailsProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to