你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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