InternalNetworkUpdateBgpAdministrativeStateContent Class

Definition

Internal Network Administrative State Request.

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

Constructors

Name Description
InternalNetworkUpdateBgpAdministrativeStateContent()

Initializes a new instance of InternalNetworkUpdateBgpAdministrativeStateContent.

Properties

Name Description
AdministrativeState

BGP Administrative state.

NeighborAddress

NeighborAddress - Input should be either All or Specific Ipv4 Address or Specific Ipv6 Address.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<InternalNetworkUpdateBgpAdministrativeStateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InternalNetworkUpdateBgpAdministrativeStateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InternalNetworkUpdateBgpAdministrativeStateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InternalNetworkUpdateBgpAdministrativeStateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InternalNetworkUpdateBgpAdministrativeStateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to