你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureDataLakeGen2Datastore 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 Gen2 datastore configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AzureDataLakeGen2DatastoreTypeConverter))]
public class AzureDataLakeGen2Datastore : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IAzureDataLakeGen2Datastore, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AzureDataLakeGen2DatastoreTypeConverter))>]
type AzureDataLakeGen2Datastore = class
interface IAzureDataLakeGen2Datastore
interface IJsonSerializable
interface IDatastoreProperties
interface IResourceBase
interface IValidates
Public Class AzureDataLakeGen2Datastore
Implements IAzureDataLakeGen2Datastore, IValidates
- Inheritance
-
AzureDataLakeGen2Datastore
- Attributes
- Implements
Constructors
AzureDataLakeGen2Datastore() |
Creates an new AzureDataLakeGen2Datastore instance. |
Properties
AccountName |
[Required] Storage account name. |
Credentials |
[Required] Account credentials. |
DatastoreType |
[Required] Storage type backing the datastore. |
Description |
The asset description text. |
Endpoint |
Azure cloud endpoint for the storage account. |
Filesystem |
[Required] The name of the Data Lake Gen2 filesystem. |
IsDefault |
Readonly property to indicate if datastore is the workspace default datastore |
Property |
The asset property dictionary. |
Protocol |
Protocol used to communicate with the storage account. |
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 AzureDataLakeGen2Datastore. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureDataLakeGen2Datastore. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IAzureDataLakeGen2Datastore. |
FromJsonString(String) |
Creates a new instance of AzureDataLakeGen2Datastore, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureDataLakeGen2Datastore into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |