New-AzMLWorkspaceDatastoreDataLakeGen2Object

Create an in-memory object for AzureDataLakeGen2Datastore.

Syntax

New-AzMLWorkspaceDatastoreDataLakeGen2Object
   -AccountName <String>
   -Credentials <IDatastoreCredentials>
   -Filesystem <String>
   [-Description <String>]
   [-Endpoint <String>]
   [-Property <IResourceBaseProperties>]
   [-Protocol <String>]
   [-ServiceDataAccessAuthIdentity <ServiceDataAccessAuthIdentity>]
   [-Tag <IResourceBaseTags>]
   [<CommonParameters>]

Description

Create an in-memory object for AzureDataLakeGen2Datastore.

Examples

Example 1: Create an in-memory object for AzureDataLakeGen2Datastore

New-AzMLWorkspaceDatastoreDataLakeGen2Object

Create an in-memory object for AzureDataLakeGen2Datastore

Parameters

-AccountName

[Required] Storage account name.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Credentials

[Required] Account credentials. To construct, see NOTES section for CREDENTIALS properties and create a hash table.

Type:IDatastoreCredentials
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Description

The asset description text.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Endpoint

Azure cloud endpoint for the storage account.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Filesystem

[Required] The name of the Data Lake Gen2 filesystem.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Property

The asset property dictionary. To construct, see NOTES section for PROPERTY properties and create a hash table.

Type:IResourceBaseProperties
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Protocol

Protocol used to communicate with the storage account.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ServiceDataAccessAuthIdentity

Indicates which identity to use to authenticate service data access to customer's storage.

Type:ServiceDataAccessAuthIdentity
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Tag

Tag dictionary. Tags can be added, removed, and updated. To construct, see NOTES section for TAG properties and create a hash table.

Type:IResourceBaseTags
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Outputs

AzureDataLakeGen2Datastore

Notes

ALIASES

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.

CREDENTIALS <IDatastoreCredentials>: [Required] Account credentials.

  • CredentialsType <CredentialsType>: [Required] Credential type used to authentication with storage.

PROPERTY <IResourceBaseProperties>: The asset property dictionary.

  • [(Any) <String>]: This indicates any property can be added to this object.

TAG <IResourceBaseTags>: Tag dictionary. Tags can be added, removed, and updated.

  • [(Any) <String>]: This indicates any property can be added to this object.