NetworkFabricBurstSizeUnit Struct

Definition

Burst size unit in packets.

public readonly struct NetworkFabricBurstSizeUnit : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricBurstSizeUnit>
type NetworkFabricBurstSizeUnit = struct
Public Structure NetworkFabricBurstSizeUnit
Implements IEquatable(Of NetworkFabricBurstSizeUnit)
Inheritance
NetworkFabricBurstSizeUnit
Implements

Constructors

Name Description
NetworkFabricBurstSizeUnit(String)

Initializes a new instance of NetworkFabricBurstSizeUnit.

Properties

Name Description
Bytes

Burst size unit in bytes.

GBytes

Burst size unit in gigabytes.

KBytes

Burst size unit in kilobytes.

MBytes

Burst size unit in megabytes.

Packets

Burst size unit in packets.

Methods

Name Description
Equals(NetworkFabricBurstSizeUnit)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(NetworkFabricBurstSizeUnit, NetworkFabricBurstSizeUnit)

Determines if two NetworkFabricBurstSizeUnit values are the same.

Implicit(String to NetworkFabricBurstSizeUnit)

Converts a String to a NetworkFabricBurstSizeUnit.

Inequality(NetworkFabricBurstSizeUnit, NetworkFabricBurstSizeUnit)

Determines if two NetworkFabricBurstSizeUnit values are not the same.

Applies to