NetworkFabricBurstSize Class

Definition

Burst size in packets.

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

Constructors

Name Description
NetworkFabricBurstSize()

Initializes a new instance of NetworkFabricBurstSize.

Properties

Name Description
Size

Burst size.

Unit

Burst size unit.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkFabricBurstSize>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFabricBurstSize>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricBurstSize>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricBurstSize>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to