RuleCategory Struct

Definition

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

Applies to