NetworkDeviceInterfacePatch Class

Definition

The NetworkInterfacePatch resource definition.

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

Constructors

Name Description
NetworkDeviceInterfacePatch()

Initializes a new instance of NetworkDeviceInterfacePatch.

Properties

Name Description
AdditionalDescription

Additional description of the interface.

Annotation

Switch configuration description.

Identity

The managed service identities assigned to this resource.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkDeviceInterfacePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkDeviceInterfacePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkDeviceInterfacePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkDeviceInterfacePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to