SliCategory Struct

Definition

Defines the category of an SLI.

public readonly struct SliCategory : IEquatable<Azure.ResourceManager.Monitor.Slis.Models.SliCategory>
type SliCategory = struct
Public Structure SliCategory
Implements IEquatable(Of SliCategory)
Inheritance
SliCategory
Implements

Constructors

Name Description
SliCategory(String)

Initializes a new instance of SliCategory.

Properties

Name Description
Availability

Indicates availability-related metrics.

Latency

Indicates latency-related metrics.

Methods

Name Description
Equals(SliCategory)

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(SliCategory, SliCategory)

Determines if two SliCategory values are the same.

Implicit(String to Nullable<SliCategory>)
Implicit(String to SliCategory)

Converts a string to a SliCategory.

Inequality(SliCategory, SliCategory)

Determines if two SliCategory values are not the same.

Applies to