ArmMachineLearningModelFactory.MachineLearningAzureDataLakeGen1Datastore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MachineLearningAzureDataLakeGen1Datastore(String, IDictionary<String, String>, IDictionary<String,String>, Nullable<Boolean>, MachineLearningDatastoreCredentials, String, Nullable<MachineLearningServiceDataAccessAuthIdentity>, String, String)
Initializes a new instance of MachineLearningAzureDataLakeGen1Datastore.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningAzureDataLakeGen1Datastore MachineLearningAzureDataLakeGen1Datastore (string description = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IDictionary<string,string> properties = default, bool? isDefault = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningDatastoreCredentials credentials = default, string storeName = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningServiceDataAccessAuthIdentity? serviceDataAccessAuthIdentity = default, string subscriptionId = default, string resourceGroup = default);
static member MachineLearningAzureDataLakeGen1Datastore : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * Azure.ResourceManager.MachineLearning.Models.MachineLearningDatastoreCredentials * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningServiceDataAccessAuthIdentity> * string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningAzureDataLakeGen1Datastore
Public Shared Function MachineLearningAzureDataLakeGen1Datastore (Optional description As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional isDefault As Nullable(Of Boolean) = Nothing, Optional credentials As MachineLearningDatastoreCredentials = Nothing, Optional storeName As String = Nothing, Optional serviceDataAccessAuthIdentity As Nullable(Of MachineLearningServiceDataAccessAuthIdentity) = Nothing, Optional subscriptionId As String = Nothing, Optional resourceGroup As String = Nothing) As MachineLearningAzureDataLakeGen1Datastore
Parameters
- description
- String
The asset description text.
- tags
- IDictionary<String,String>
Tag dictionary. Tags can be added, removed, and updated.
- properties
- IDictionary<String,String>
The asset property dictionary.
Readonly property to indicate if datastore is the workspace default datastore.
- credentials
- MachineLearningDatastoreCredentials
[Required] Account credentials. Please note MachineLearningDatastoreCredentials is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MachineLearningAccountKeyDatastoreCredentials, MachineLearningCertificateDatastoreCredentials, MachineLearningNoneDatastoreCredentials, MachineLearningSasDatastoreCredentials and MachineLearningServicePrincipalDatastoreCredentials.
- storeName
- String
[Required] Azure Data Lake store name.
- serviceDataAccessAuthIdentity
- Nullable<MachineLearningServiceDataAccessAuthIdentity>
Indicates which identity to use to authenticate service data access to customer's storage.
- subscriptionId
- String
Azure Subscription Id.
- resourceGroup
- String
Azure Resource Group name.
Returns
A new MachineLearningAzureDataLakeGen1Datastore instance for mocking.
Applies to
MachineLearningAzureDataLakeGen1Datastore(String, IDictionary<String, String>, IDictionary<String,String>, MachineLearningDatastoreCredentials, IntellectualProperty, Nullable<Boolean>, Nullable<MachineLearningServiceDataAccessAuthIdentity>, String, String, String)
Initializes a new instance of MachineLearningAzureDataLakeGen1Datastore.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningAzureDataLakeGen1Datastore MachineLearningAzureDataLakeGen1Datastore (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, Azure.ResourceManager.MachineLearning.Models.MachineLearningServiceDataAccessAuthIdentity? serviceDataAccessAuthIdentity = default, string storeName = default, string resourceGroup = default, string subscriptionId = default);
static member MachineLearningAzureDataLakeGen1Datastore : 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> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningServiceDataAccessAuthIdentity> * string * string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningAzureDataLakeGen1Datastore
Public Shared Function MachineLearningAzureDataLakeGen1Datastore (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 serviceDataAccessAuthIdentity As Nullable(Of MachineLearningServiceDataAccessAuthIdentity) = Nothing, Optional storeName As String = Nothing, Optional resourceGroup As String = Nothing, Optional subscriptionId As String = Nothing) As MachineLearningAzureDataLakeGen1Datastore
Parameters
- description
- String
The asset description text.
- properties
- IDictionary<String,String>
The asset property dictionary.
- tags
- IDictionary<String,String>
Tag dictionary. Tags can be added, removed, and updated.
- credentials
- MachineLearningDatastoreCredentials
[Required] Account credentials. Please note MachineLearningDatastoreCredentials is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MachineLearningAccountKeyDatastoreCredentials, MachineLearningCertificateDatastoreCredentials, KerberosKeytabCredentials, KerberosPasswordCredentials, MachineLearningNoneDatastoreCredentials, MachineLearningSasDatastoreCredentials and MachineLearningServicePrincipalDatastoreCredentials.
- intellectualProperty
- IntellectualProperty
Intellectual Property details.
Readonly property to indicate if datastore is the workspace default datastore.
- serviceDataAccessAuthIdentity
- Nullable<MachineLearningServiceDataAccessAuthIdentity>
Indicates which identity to use to authenticate service data access to customer's storage.
- storeName
- String
[Required] Azure Data Lake store name.
- resourceGroup
- String
Azure Resource Group name.
- subscriptionId
- String
Azure Subscription Id.
Returns
A new MachineLearningAzureDataLakeGen1Datastore instance for mocking.
Applies to
Azure SDK for .NET