CategoryType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Argument completer implementation for CategoryType.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.CategoryTypeTypeConverter))]
public struct CategoryType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.CategoryType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.CategoryTypeTypeConverter))>]
type CategoryType = struct
interface IArgumentCompleter
Public Structure CategoryType
Implements IArgumentCompleter, IEquatable(Of CategoryType)
- Inheritance
-
CategoryType
- Attributes
- Implements
Fields
Performance | |
Retention | |
Tsg | |
Workbook |
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 |