Sdílet prostřednictvím


NetworkTopology Class

Definition

Topology of the specified resource group.

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

Properties

CreatedOn

The datetime when the topology was initially created for the resource group.

Id

GUID representing the operation id.

LastModified

The datetime when the topology was last modified.

Resources

A list of topology resources.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetworkTopology>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkTopology>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkTopology>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkTopology>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkTopology>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to