OneLakeDatastore 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.
OneLake (Trident) datastore configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.OneLakeDatastoreTypeConverter))]
public class OneLakeDatastore : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOneLakeDatastore, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.OneLakeDatastoreTypeConverter))>]
type OneLakeDatastore = class
interface IOneLakeDatastore
interface IJsonSerializable
interface IDatastoreProperties
interface IResourceBase
interface IValidates
Public Class OneLakeDatastore
Implements IOneLakeDatastore, IValidates
- Inheritance
-
OneLakeDatastore
- Attributes
- Implements
Constructors
OneLakeDatastore() |
Creates an new OneLakeDatastore instance. |
Properties
ArtifactName |
[Required] OneLake artifact name |
ArtifactType |
[Required] OneLake artifact type |
Credentials |
[Required] Account credentials. |
DatastoreType |
[Required] Storage type backing the datastore. |
Description |
The asset description text. |
Endpoint |
OneLake endpoint to use for the datastore. |
IsDefault |
Readonly property to indicate if datastore is the workspace default datastore |
OneLakeWorkspaceName |
[Required] OneLake workspace name. |
Property |
The asset property dictionary. |
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OneLakeDatastore. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OneLakeDatastore. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOneLakeDatastore. |
FromJsonString(String) |
Creates a new instance of OneLakeDatastore, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OneLakeDatastore into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |