IOneLakeDatastore Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.OneLakeDatastoreTypeConverter))]
public interface IOneLakeDatastore : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.OneLakeDatastoreTypeConverter))>]
type IOneLakeDatastore = interface
interface IJsonSerializable
interface IDatastoreProperties
interface IResourceBase
Public Interface IOneLakeDatastore
Implements IDatastoreProperties
- Derived
- Attributes
- Implements
Properties
ArtifactName |
[Required] OneLake artifact name |
ArtifactType |
[Required] OneLake artifact type |
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 |
OneLake endpoint to use for the datastore. |
IsDefault |
Readonly property to indicate if datastore is the workspace default datastore (Inherited from IDatastoreProperties) |
OneLakeWorkspaceName |
[Required] OneLake workspace name. |
Property |
The asset property dictionary. (Inherited from IResourceBase) |
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) |