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>
public class NetworkTopology
type NetworkTopology = class
    interface IJsonModel<NetworkTopology>
    interface IPersistableModel<NetworkTopology>
type NetworkTopology = class
Public Class NetworkTopology
Implements IJsonModel(Of NetworkTopology), IPersistableModel(Of NetworkTopology)
Public Class 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.

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