TopologyAssociation Class

Definition

Resources that have an association with the parent resource.

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

Properties

AssociationType

The association type of the child resource to the parent resource.

Name

The name of the resource that is associated with the parent resource.

ResourceId

The ID of the resource that is associated with the parent resource.

Explicit Interface Implementations

IJsonModel<TopologyAssociation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TopologyAssociation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TopologyAssociation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TopologyAssociation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TopologyAssociation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to