MachineLearningAzureFileDatastore Class
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.
Azure File datastore configuration.
public class MachineLearningAzureFileDatastore : Azure.ResourceManager.MachineLearning.Models.MachineLearningDatastoreProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningAzureFileDatastore>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningAzureFileDatastore>
public class MachineLearningAzureFileDatastore : Azure.ResourceManager.MachineLearning.Models.MachineLearningDatastoreProperties
type MachineLearningAzureFileDatastore = class
inherit MachineLearningDatastoreProperties
interface IJsonModel<MachineLearningAzureFileDatastore>
interface IPersistableModel<MachineLearningAzureFileDatastore>
type MachineLearningAzureFileDatastore = class
inherit MachineLearningDatastoreProperties
Public Class MachineLearningAzureFileDatastore
Inherits MachineLearningDatastoreProperties
Implements IJsonModel(Of MachineLearningAzureFileDatastore), IPersistableModel(Of MachineLearningAzureFileDatastore)
Public Class MachineLearningAzureFileDatastore
Inherits MachineLearningDatastoreProperties
- Inheritance
-
MachineLearningAzureFileDatastore
- Implements
Constructors
MachineLearningAzureFileDatastore(MachineLearningDatastoreCredentials, String, String) |
Initializes a new instance of MachineLearningAzureFileDatastore. |
Properties
AccountName |
[Required] Storage account name. |
Credentials |
[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. (Inherited from MachineLearningDatastoreProperties) |
Description |
The asset description text. (Inherited from MachineLearningResourceBase) |
Endpoint |
Azure cloud endpoint for the storage account. |
FileShareName |
[Required] The name of the Azure file share that the datastore points to. |
IntellectualProperty |
Intellectual Property details. (Inherited from MachineLearningDatastoreProperties) |
IsDefault |
Readonly property to indicate if datastore is the workspace default datastore. (Inherited from MachineLearningDatastoreProperties) |
Properties |
The asset property dictionary. (Inherited from MachineLearningResourceBase) |
Protocol |
Protocol used to communicate with the storage account. |
ResourceGroup |
Azure Resource Group name. |
ServiceDataAccessAuthIdentity |
Indicates which identity to use to authenticate service data access to customer's storage. |
SubscriptionId |
Azure Subscription Id. |
Tags |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from MachineLearningResourceBase) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET