OutputDeliveryMode Struct

Definition

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

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

Applies to