你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MachineLearningAzureFileDatastore 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Azure 文件数据存储配置。
public class MachineLearningAzureFileDatastore : Azure.ResourceManager.MachineLearning.Models.MachineLearningDatastoreProperties
type MachineLearningAzureFileDatastore = class
inherit MachineLearningDatastoreProperties
Public Class MachineLearningAzureFileDatastore
Inherits MachineLearningDatastoreProperties
- 继承
-
MachineLearningAzureFileDatastore
构造函数
MachineLearningAzureFileDatastore(MachineLearningDatastoreCredentials, String, String) |
初始化 MachineLearningAzureFileDatastore 的新实例。 |
属性
AccountName |
[必需]存储帐户名称。 |
Credentials |
[必需]帐户凭据。 请注意 MachineLearningDatastoreCredentials , 是基类。 根据方案,可能需要在此处分配基类的派生类,或者需要将此属性强制转换为可能的派生类之一。 可用的派生类包括 MachineLearningAccountKeyDatastoreCredentials、、MachineLearningCertificateDatastoreCredentials、KerberosKeytabCredentialsKerberosPasswordCredentials、 MachineLearningNoneDatastoreCredentialsMachineLearningSasDatastoreCredentials 和 MachineLearningServicePrincipalDatastoreCredentials。 (继承自 MachineLearningDatastoreProperties) |
Description |
资产说明文本。 (继承自 MachineLearningResourceBase) |
Endpoint |
存储帐户的 Azure 云终结点。 |
FileShareName |
[必需]数据存储指向的 Azure 文件共享的名称。 |
IntellectualProperty |
知识产权详细信息。 (继承自 MachineLearningDatastoreProperties) |
IsDefault |
只读属性,用于指示数据存储是否为工作区默认数据存储。 (继承自 MachineLearningDatastoreProperties) |
Properties |
资产属性字典。 (继承自 MachineLearningResourceBase) |
Protocol |
用于与存储帐户通信的协议。 |
ResourceGroup |
Azure 资源组名称。 |
ServiceDataAccessAuthIdentity |
指示用于验证客户存储的服务数据访问的标识。 |
SubscriptionId |
Azure 订阅 ID。 |
Tags |
标记字典。 可以添加、删除和更新标记。 (继承自 MachineLearningResourceBase) |