AuthorizedTransceiverProperties Class

Definition

Authorized Transceiver Properties.

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

Constructors

Name Description
AuthorizedTransceiverProperties()

Initializes a new instance of AuthorizedTransceiverProperties.

Properties

Name Description
Key

Key that must be configured on the fabric.

Vendor

Vendor of the transceiver.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<AuthorizedTransceiverProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AuthorizedTransceiverProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AuthorizedTransceiverProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AuthorizedTransceiverProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to