RuleStatus 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.
Type of a managed network Outbound Rule of a machine learning workspace.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RuleStatusTypeConverter))]
public struct RuleStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RuleStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RuleStatusTypeConverter))>]
type RuleStatus = struct
interface IArgumentCompleter
Public Structure RuleStatus
Implements IArgumentCompleter, IEquatable(Of RuleStatus)
- Inheritance
-
RuleStatus
- Attributes
- Implements
Fields
Active | |
Inactive |
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 RuleStatus (override for Object) |
Equals(RuleStatus) |
Compares values of enum type RuleStatus |
GetHashCode() |
Returns hashCode for enum RuleStatus |
ToString() |
Returns string representation for RuleStatus |
Operators
Equality(RuleStatus, RuleStatus) |
Overriding == operator for enum RuleStatus |
Implicit(RuleStatus to String) |
Implicit operator to convert RuleStatus to string |
Implicit(String to RuleStatus) |
Implicit operator to convert string to RuleStatus |
Inequality(RuleStatus, RuleStatus) |
Overriding != operator for enum RuleStatus |