你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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 |