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

AzureDataLakeGen1Datastore Class

Definition

Azure Data Lake Gen1 datastore configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AzureDataLakeGen1DatastoreTypeConverter))]
public class AzureDataLakeGen1Datastore : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IAzureDataLakeGen1Datastore, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AzureDataLakeGen1DatastoreTypeConverter))>]
type AzureDataLakeGen1Datastore = class
    interface IAzureDataLakeGen1Datastore
    interface IJsonSerializable
    interface IDatastoreProperties
    interface IResourceBase
    interface IValidates
Public Class AzureDataLakeGen1Datastore
Implements IAzureDataLakeGen1Datastore, IValidates
Inheritance
AzureDataLakeGen1Datastore
Attributes
Implements

Constructors

AzureDataLakeGen1Datastore()

Creates an new AzureDataLakeGen1Datastore instance.

Properties

Credentials

[Required] Account credentials.

DatastoreType

[Required] Storage type backing the datastore.

Description

The asset description text.

IsDefault

Readonly property to indicate if datastore is the workspace default datastore

Property

The asset property dictionary.

ServiceDataAccessAuthIdentity

Indicates which identity to use to authenticate service data access to customer's storage.

StoreName

[Required] Azure Data Lake store name.

Tag

Tag dictionary. Tags can be added, removed, and updated.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureDataLakeGen1Datastore.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureDataLakeGen1Datastore.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IAzureDataLakeGen1Datastore.

FromJsonString(String)

Creates a new instance of AzureDataLakeGen1Datastore, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureDataLakeGen1Datastore into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to