AzureDataLakeGen1Datastore 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 Data Lake Gen1 datastore configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AzureDataLakeGen1DatastoreTypeConverter))]
public class AzureDataLakeGen1Datastore : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAzureDataLakeGen1Datastore, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AzureDataLakeGen1DatastoreTypeConverter))>]
type AzureDataLakeGen1Datastore = class
interface IAzureDataLakeGen1Datastore
interface IJsonSerializable
interface IAzureDatastore
interface IDatastoreProperties
interface IResourceBase
interface IValidates
Public Class AzureDataLakeGen1Datastore
Implements IAzureDataLakeGen1Datastore, IValidates
- Inheritance
-
AzureDataLakeGen1Datastore
- Attributes
- Implements
Constructors
AzureDataLakeGen1Datastore() |
Creates an new AzureDataLakeGen1Datastore instance. |
Properties
Credentials |
[Required] Account credentials. |
DatastoreType |
[Required] Storage type backing the datastore. |
Description |
The asset description text. |
IsDefault |
Readonly property to indicate if datastore is the workspace default datastore |
Property |
The asset property dictionary. |
ResourceGroup |
Azure Resource Group name |
ServiceDataAccessAuthIdentity |
Indicates which identity to use to authenticate service data access to customer's storage. |
StoreName |
[Required] Azure Data Lake store name. |
SubscriptionId |
Azure Subscription Id |
Tag |
Tag dictionary. Tags can be added, removed, and updated. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureDataLakeGen1Datastore. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureDataLakeGen1Datastore. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAzureDataLakeGen1Datastore. |
FromJsonString(String) |
Creates a new instance of AzureDataLakeGen1Datastore, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureDataLakeGen1Datastore into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |