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

ArmMachineLearningModelFactory.MachineLearningAzureBlobDatastore 方法

定义

初始化 MachineLearningAzureBlobDatastore 的新实例。

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningAzureBlobDatastore MachineLearningAzureBlobDatastore (string description = default, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningDatastoreCredentials credentials = default, Azure.ResourceManager.MachineLearning.Models.IntellectualProperty intellectualProperty = default, bool? isDefault = default, string accountName = default, string containerName = default, string endpoint = default, string protocol = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningServiceDataAccessAuthIdentity? serviceDataAccessAuthIdentity = default, string resourceGroup = default, string subscriptionId = default);
static member MachineLearningAzureBlobDatastore : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.MachineLearning.Models.MachineLearningDatastoreCredentials * Azure.ResourceManager.MachineLearning.Models.IntellectualProperty * Nullable<bool> * string * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningServiceDataAccessAuthIdentity> * string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningAzureBlobDatastore
Public Shared Function MachineLearningAzureBlobDatastore (Optional description As String = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional credentials As MachineLearningDatastoreCredentials = Nothing, Optional intellectualProperty As IntellectualProperty = Nothing, Optional isDefault As Nullable(Of Boolean) = Nothing, Optional accountName As String = Nothing, Optional containerName As String = Nothing, Optional endpoint As String = Nothing, Optional protocol As String = Nothing, Optional serviceDataAccessAuthIdentity As Nullable(Of MachineLearningServiceDataAccessAuthIdentity) = Nothing, Optional resourceGroup As String = Nothing, Optional subscriptionId As String = Nothing) As MachineLearningAzureBlobDatastore

参数

description
String

资产说明文本。

properties
IDictionary<String,String>

资产属性字典。

tags
IDictionary<String,String>

标记字典。 可以添加、删除和更新标记。

credentials
MachineLearningDatastoreCredentials

[必需]帐户凭据。 请注意 MachineLearningDatastoreCredentials ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 MachineLearningAccountKeyDatastoreCredentials、、MachineLearningCertificateDatastoreCredentialsKerberosKeytabCredentialsKerberosPasswordCredentialsMachineLearningNoneDatastoreCredentialsMachineLearningSasDatastoreCredentialsMachineLearningServicePrincipalDatastoreCredentials

intellectualProperty
IntellectualProperty

知识产权详细信息。

isDefault
Nullable<Boolean>

只读属性,用于指示数据存储是否为工作区默认数据存储。

accountName
String

存储帐户名称。

containerName
String

存储帐户容器名称。

endpoint
String

存储帐户的 Azure 云终结点。

protocol
String

用于与存储帐户通信的协议。

serviceDataAccessAuthIdentity
Nullable<MachineLearningServiceDataAccessAuthIdentity>

指示用于验证客户存储的服务数据访问的标识。

resourceGroup
String

Azure 资源组名称。

subscriptionId
String

Azure 订阅 ID。

返回

用于模拟的新 MachineLearningAzureBlobDatastore 实例。

适用于