TopologySingleResourceChild Class

Definition

The TopologySingleResourceChild.

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

Properties

ResourceId

Azure resource id which serves as child resource in topology view.

Explicit Interface Implementations

IJsonModel<TopologySingleResourceChild>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TopologySingleResourceChild>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TopologySingleResourceChild>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TopologySingleResourceChild>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TopologySingleResourceChild>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to