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