Bagikan melalui


NetworkUsageUnit Struct

Definition

An enum describing the unit of measurement.

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

Constructors

NetworkUsageUnit(String)

Initializes a new instance of NetworkUsageUnit.

Properties

Count

Count.

Methods

Equals(NetworkUsageUnit)

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

Equality(NetworkUsageUnit, NetworkUsageUnit)

Determines if two NetworkUsageUnit values are the same.

Implicit(String to NetworkUsageUnit)

Converts a string to a NetworkUsageUnit.

Inequality(NetworkUsageUnit, NetworkUsageUnit)

Determines if two NetworkUsageUnit values are not the same.

Applies to