ContainerAppUsageUnit 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 usage measurement.
public readonly struct ContainerAppUsageUnit : IEquatable<Azure.ResourceManager.AppContainers.Models.ContainerAppUsageUnit>
type ContainerAppUsageUnit = struct
Public Structure ContainerAppUsageUnit
Implements IEquatable(Of ContainerAppUsageUnit)
- Inheritance
-
ContainerAppUsageUnit
- Implements
Constructors
ContainerAppUsageUnit(String) |
Initializes a new instance of ContainerAppUsageUnit. |
Properties
Count |
Count. |
Methods
Equals(ContainerAppUsageUnit) |
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(ContainerAppUsageUnit, ContainerAppUsageUnit) |
Determines if two ContainerAppUsageUnit values are the same. |
Implicit(String to ContainerAppUsageUnit) |
Converts a string to a ContainerAppUsageUnit. |
Inequality(ContainerAppUsageUnit, ContainerAppUsageUnit) |
Determines if two ContainerAppUsageUnit values are not the same. |
Applies to
Azure SDK for .NET