你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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