Udostępnij przez


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

Name Description
CdnUsageUnit(String)

Initializes a new instance of CdnUsageUnit.

Properties

Name Description
Count

count.

Methods

Name Description
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

Name Description
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