Share via


WorkbookCategoryType Struct

Definition

The WorkbookCategoryType.

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

Constructors

WorkbookCategoryType(String)

Initializes a new instance of WorkbookCategoryType.

Properties

Performance

performance.

Retention

retention.

Tsg

TSG.

Workbook

workbook.

Methods

Equals(WorkbookCategoryType)

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

Determines if two WorkbookCategoryType values are the same.

Implicit(String to WorkbookCategoryType)

Converts a string to a WorkbookCategoryType.

Inequality(WorkbookCategoryType, WorkbookCategoryType)

Determines if two WorkbookCategoryType values are not the same.

Applies to