CoverageLevel 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.
Test coverage for the endpoint.
public readonly struct CoverageLevel : IEquatable<Azure.ResourceManager.Network.Models.CoverageLevel>
type CoverageLevel = struct
Public Structure CoverageLevel
Implements IEquatable(Of CoverageLevel)
- Inheritance
-
CoverageLevel
- Implements
Constructors
CoverageLevel(String) |
Initializes a new instance of CoverageLevel. |
Properties
AboveAverage |
AboveAverage. |
Average |
Average. |
BelowAverage |
BelowAverage. |
Default |
Default. |
Full |
Full. |
Low |
Low. |
Methods
Equals(CoverageLevel) |
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(CoverageLevel, CoverageLevel) |
Determines if two CoverageLevel values are the same. |
Implicit(String to CoverageLevel) |
Converts a string to a CoverageLevel. |
Inequality(CoverageLevel, CoverageLevel) |
Determines if two CoverageLevel values are not the same. |
Applies to
Azure SDK for .NET