RuleCategory 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.
Category of a managed network Outbound Rule of a machine learning workspace.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RuleCategoryTypeConverter))]
public struct RuleCategory : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RuleCategory>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RuleCategoryTypeConverter))>]
type RuleCategory = struct
interface IArgumentCompleter
Public Structure RuleCategory
Implements IArgumentCompleter, IEquatable(Of RuleCategory)
- Inheritance
-
RuleCategory
- Attributes
- Implements
Fields
Dependency | |
Recommended | |
Required | |
UserDefined |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type RuleCategory (override for Object) |
Equals(RuleCategory) |
Compares values of enum type RuleCategory |
GetHashCode() |
Returns hashCode for enum RuleCategory |
ToString() |
Returns string representation for RuleCategory |
Operators
Equality(RuleCategory, RuleCategory) |
Overriding == operator for enum RuleCategory |
Implicit(RuleCategory to String) |
Implicit operator to convert RuleCategory to string |
Implicit(String to RuleCategory) |
Implicit operator to convert string to RuleCategory |
Inequality(RuleCategory, RuleCategory) |
Overriding != operator for enum RuleCategory |