OutputDeliveryMode 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.
Output data delivery mode enums.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryModeTypeConverter))]
public struct OutputDeliveryMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryModeTypeConverter))>]
type OutputDeliveryMode = struct
interface IArgumentCompleter
Public Structure OutputDeliveryMode
Implements IArgumentCompleter, IEquatable(Of OutputDeliveryMode)
- Inheritance
-
OutputDeliveryMode
- Attributes
- Implements
Fields
Direct | |
ReadWriteMount | |
Upload |
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 OutputDeliveryMode (override for Object) |
Equals(OutputDeliveryMode) |
Compares values of enum type OutputDeliveryMode |
GetHashCode() |
Returns hashCode for enum OutputDeliveryMode |
ToString() |
Returns string representation for OutputDeliveryMode |
Operators
Equality(OutputDeliveryMode, OutputDeliveryMode) |
Overriding == operator for enum OutputDeliveryMode |
Implicit(OutputDeliveryMode to String) |
Implicit operator to convert OutputDeliveryMode to string |
Implicit(String to OutputDeliveryMode) |
Implicit operator to convert string to OutputDeliveryMode |
Inequality(OutputDeliveryMode, OutputDeliveryMode) |
Overriding != operator for enum OutputDeliveryMode |