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