Freigeben über


CoverageLevel Struct

Definition

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

Name Description
CoverageLevel(String)

Initializes a new instance of CoverageLevel.

Properties

Name Description
AboveAverage

AboveAverage.

Average

Average.

BelowAverage

BelowAverage.

Default

Default.

Full

Full.

Low

Low.

Methods

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

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