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

IAzureFileDatastore Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AzureFileDatastoreTypeConverter))]
public interface IAzureFileDatastore : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IDatastoreProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AzureFileDatastoreTypeConverter))>]
type IAzureFileDatastore = interface
    interface IJsonSerializable
    interface IDatastoreProperties
    interface IResourceBase
Public Interface IAzureFileDatastore
Implements IDatastoreProperties
Derived
Attributes
Implements

Properties

AccountName

[Required] Storage account name.

Credentials

[Required] Account credentials.

(Inherited from IDatastoreProperties)
DatastoreType

[Required] Storage type backing the datastore.

(Inherited from IDatastoreProperties)
Description

The asset description text.

(Inherited from IResourceBase)
Endpoint

Azure cloud endpoint for the storage account.

FileShareName

[Required] The name of the Azure file share that the datastore points to.

IsDefault

Readonly property to indicate if datastore is the workspace default datastore

(Inherited from IDatastoreProperties)
Property

The asset property dictionary.

(Inherited from IResourceBase)
Protocol

Protocol used to communicate with the storage account.

ServiceDataAccessAuthIdentity

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

Tag

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

(Inherited from IResourceBase)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to