SourceType Struct

Definition

Data source type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SourceTypeTypeConverter))]
public struct SourceType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SourceType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SourceTypeTypeConverter))>]
type SourceType = struct
    interface IArgumentCompleter
Public Structure SourceType
Implements IArgumentCompleter, IEquatable(Of SourceType)
Inheritance
SourceType
Attributes
Implements

Fields

Dataset
Datastore
Uri

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 SourceType (override for Object)

Equals(SourceType)

Compares values of enum type SourceType

GetHashCode()

Returns hashCode for enum SourceType

ToString()

Returns string representation for SourceType

Operators

Equality(SourceType, SourceType)

Overriding == operator for enum SourceType

Implicit(SourceType to String)

Implicit operator to convert SourceType to string

Implicit(String to SourceType)

Implicit operator to convert string to SourceType

Inequality(SourceType, SourceType)

Overriding != operator for enum SourceType

Applies to