New-AzMLWorkspaceDatastoreFileObject

Create an in-memory object for AzureFileDatastore.

Syntax

New-AzMLWorkspaceDatastoreFileObject
   -AccountName <String>
   -FileShareName <String>
   [-Description <String>]
   [-Endpoint <String>]
   [-Property <IResourceBaseProperties>]
   [-Protocol <String>]
   [-ServiceDataAccessAuthIdentity <ServiceDataAccessAuthIdentity>]
   [-Tag <IResourceBaseTags>]
   [<CommonParameters>]

Description

Create an in-memory object for AzureFileDatastore.

Examples

Example 1: Create an in-memory object for AzureFileDatastore

New-AzMLWorkspaceDatastoreFileObject

Create an in-memory object for AzureFileDatastore

Parameters

-AccountName

[Required] Storage account name.

Type:String
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

-FileShareName

[Required] The name of the Azure file share that the datastore points to.

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

AzureFileDatastore

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.

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.