Dela via


MonitorCategoryType Struct

Definition

The type of the diagnostic settings category.

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

Constructors

MonitorCategoryType(String)

Initializes a new instance of MonitorCategoryType.

Properties

Logs

Logs.

Metrics

Metrics.

Methods

Equals(MonitorCategoryType)

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

Determines if two MonitorCategoryType values are the same.

Implicit(String to MonitorCategoryType)

Converts a string to a MonitorCategoryType.

Inequality(MonitorCategoryType, MonitorCategoryType)

Determines if two MonitorCategoryType values are not the same.

Applies to