共用方式為


TopologyResourceInfo Class

Definition

The network resource topology information for the given resource group.

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

Properties

Associations

Holds the associations the resource has with other resources in the resource group.

Id

ID of the resource.

Location

Resource location.

Name

Name of the resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TopologyResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TopologyResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TopologyResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TopologyResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TopologyResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to