FrontDoorUsageUnit Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enum describing the unit of measurement.
public readonly struct FrontDoorUsageUnit : IEquatable<Azure.ResourceManager.Cdn.Models.FrontDoorUsageUnit>
type FrontDoorUsageUnit = struct
Public Structure FrontDoorUsageUnit
Implements IEquatable(Of FrontDoorUsageUnit)
- Inheritance
-
FrontDoorUsageUnit
- Implements
Constructors
FrontDoorUsageUnit(String) |
Initializes a new instance of FrontDoorUsageUnit. |
Properties
Count |
Count. |
Methods
Equals(FrontDoorUsageUnit) |
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(FrontDoorUsageUnit, FrontDoorUsageUnit) |
Determines if two FrontDoorUsageUnit values are the same. |
Implicit(String to FrontDoorUsageUnit) |
Converts a string to a FrontDoorUsageUnit. |
Inequality(FrontDoorUsageUnit, FrontDoorUsageUnit) |
Determines if two FrontDoorUsageUnit values are not the same. |
Applies to
Azure SDK for .NET