CdnUsageUnit Struct

Definition

Unit of the usage. e.g. count.

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

Constructors

CdnUsageUnit(String)

Initializes a new instance of CdnUsageUnit.

Properties

Count

count.

Methods

Equals(CdnUsageUnit)

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

Determines if two CdnUsageUnit values are the same.

Implicit(String to CdnUsageUnit)

Converts a string to a CdnUsageUnit.

Inequality(CdnUsageUnit, CdnUsageUnit)

Determines if two CdnUsageUnit values are not the same.

Applies to