NetworkFabricBitRate Class

Definition

Bit rate in bits per second.

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

Constructors

Name Description
NetworkFabricBitRate()

Initializes a new instance of NetworkFabricBitRate.

Properties

Name Description
Rate

Bitrate.

Unit

Bitrate unit.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkFabricBitRate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFabricBitRate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricBitRate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricBitRate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to