Share via


ConnectedSubnet Class

Definition

Connected Subnet properties.

public class ConnectedSubnet : Azure.ResourceManager.ManagedNetworkFabric.Models.AnnotationResourceProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedNetworkFabric.Models.ConnectedSubnet>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedNetworkFabric.Models.ConnectedSubnet>
type ConnectedSubnet = class
    inherit AnnotationResourceProperties
    interface IJsonModel<ConnectedSubnet>
    interface IPersistableModel<ConnectedSubnet>
Public Class ConnectedSubnet
Inherits AnnotationResourceProperties
Implements IJsonModel(Of ConnectedSubnet), IPersistableModel(Of ConnectedSubnet)
Inheritance
Implements

Constructors

ConnectedSubnet(String)

Initializes a new instance of ConnectedSubnet.

Properties

Annotation

Switch configuration description.

(Inherited from AnnotationResourceProperties)
Prefix

Prefix of the Connected Subnet.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AnnotationResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from AnnotationResourceProperties)
IJsonModel<AnnotationResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AnnotationResourceProperties)
IJsonModel<ConnectedSubnet>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectedSubnet>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnnotationResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AnnotationResourceProperties)
IPersistableModel<AnnotationResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from AnnotationResourceProperties)
IPersistableModel<AnnotationResourceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AnnotationResourceProperties)
IPersistableModel<ConnectedSubnet>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectedSubnet>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectedSubnet>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to