TopologyContent Class

Definition

Parameters that define the representation of topology.

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

Constructors

TopologyContent()

Initializes a new instance of TopologyContent.

Properties

TargetResourceGroupName

The name of the target resource group to perform topology on.

TargetSubnetId

Gets or sets Id.

TargetVirtualNetworkId

Gets or sets Id.

Explicit Interface Implementations

IJsonModel<TopologyContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TopologyContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TopologyContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TopologyContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TopologyContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to