Lingua

DatastoreType Struct

Definition

Enum to determine the datastore contents type.

public readonly struct DatastoreType : IEquatable<Azure.ResourceManager.MachineLearning.Models.DatastoreType>
type DatastoreType = struct
Public Structure DatastoreType
Implements IEquatable(Of DatastoreType)
Inheritance
DatastoreType
Implements

Constructors

Name Description
DatastoreType(String)

Initializes a new instance of DatastoreType.

Properties

Name Description
AzureBlob

Gets the AzureBlob.

AzureDataLakeGen1

Gets the AzureDataLakeGen1.

AzureDataLakeGen2

Gets the AzureDataLakeGen2.

AzureFile

Gets the AzureFile.

OneLake

Gets the OneLake.

Methods

Name Description
Equals(DatastoreType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(DatastoreType, DatastoreType)

Determines if two DatastoreType values are the same.

Implicit(String to DatastoreType)

Converts a string to a DatastoreType.

Implicit(String to Nullable<DatastoreType>)
Inequality(DatastoreType, DatastoreType)

Determines if two DatastoreType values are not the same.

Applies to