CategoryType Struct

Definition

The type of the diagnostic settings category.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CategoryTypeTypeConverter))]
public struct CategoryType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CategoryType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CategoryTypeTypeConverter))>]
type CategoryType = struct
    interface IArgumentCompleter
Public Structure CategoryType
Implements IArgumentCompleter, IEquatable(Of CategoryType)
Inheritance
CategoryType
Attributes
Implements

Fields

Logs
Metrics

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(CategoryType)

Compares values of enum type CategoryType

Equals(Object)

Compares values of enum type CategoryType (override for Object)

GetHashCode()

Returns hashCode for enum CategoryType

ToString()

Returns string representation for CategoryType

Operators

Equality(CategoryType, CategoryType)

Overriding == operator for enum CategoryType

Implicit(CategoryType to String)

Implicit operator to convert CategoryType to string

Implicit(String to CategoryType)

Implicit operator to convert string to CategoryType

Inequality(CategoryType, CategoryType)

Overriding != operator for enum CategoryType

Applies to