Share via


CategoryType Struct

Definition

The CategoryType.

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

Constructors

CategoryType(String)

Initializes a new instance of CategoryType.

Properties

Performance

performance.

Retention

retention.

TSG

TSG.

Workbook

workbook.

Methods

Equals(CategoryType)

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

Determines if two CategoryType values are the same.

Implicit(String to CategoryType)

Converts a string to a CategoryType.

Inequality(CategoryType, CategoryType)

Determines if two CategoryType values are not the same.

Applies to