Share via


DatastoreType Struct

Definition

Enum to determine the datastore contents type.

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

Fields

AzureBlob
AzureDataLakeGen1
AzureDataLakeGen2
AzureFile

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(DatastoreType)

Compares values of enum type DatastoreType

Equals(Object)

Compares values of enum type DatastoreType (override for Object)

GetHashCode()

Returns hashCode for enum DatastoreType

ToString()

Returns string representation for DatastoreType

Operators

Equality(DatastoreType, DatastoreType)

Overriding == operator for enum DatastoreType

Implicit(DatastoreType to String)

Implicit operator to convert DatastoreType to string

Implicit(String to DatastoreType)

Implicit operator to convert string to DatastoreType

Inequality(DatastoreType, DatastoreType)

Overriding != operator for enum DatastoreType

Applies to