Share via


ExpressRoutePortsBillingType Struct

Definition

The billing type of the ExpressRoutePort resource.

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

Constructors

ExpressRoutePortsBillingType(String)

Initializes a new instance of ExpressRoutePortsBillingType.

Properties

MeteredData

MeteredData.

UnlimitedData

UnlimitedData.

Methods

Equals(ExpressRoutePortsBillingType)

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(ExpressRoutePortsBillingType, ExpressRoutePortsBillingType)

Determines if two ExpressRoutePortsBillingType values are the same.

Implicit(String to ExpressRoutePortsBillingType)

Converts a string to a ExpressRoutePortsBillingType.

Inequality(ExpressRoutePortsBillingType, ExpressRoutePortsBillingType)

Determines if two ExpressRoutePortsBillingType values are not the same.

Applies to