Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AzureStorageFileDirectory Class

Definition

Namespace:
Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel
Assembly:
Microsoft.Azure.PowerShell.Cmdlets.Storage.dll

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 storage file object

public class AzureStorageFileDirectory : Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBase
type AzureStorageFileDirectory = class
 inherit AzureStorageBase
Public Class AzureStorageFileDirectory
Inherits AzureStorageBase
Inheritance
AzureStorageFileDirectory

Constructors

Name Description
AzureStorageFileDirectory(CloudFileDirectory, AzureStorageContext, ShareClientOptions)

Azure storage file constructor

AzureStorageFileDirectory(ShareDirectoryClient, AzureStorageContext, ShareDirectoryProperties, ShareClientOptions)

Azure storage file constructor from Track2 get file properties output

AzureStorageFileDirectory(ShareDirectoryClient, AzureStorageContext, ShareFileItem, ShareClientOptions)

Azure storage file constructor from Track2 list file item

Properties

Name Description
CloudFileDirectory

CloudBlob object

Context (Inherited from AzureStorageBase)
LastModified

file last modified time

ListFileProperties

XSCL Track2 File List properties

Name (Inherited from AzureStorageBase)
ShareDirectoryClient

XSCL Track2 File Client, used to run file APIs

ShareDirectoryProperties

XSCL Track2 File properties, will retrieve the properties on server and return to user

Methods

Name Description
GetTrack1FileDirClient(ShareDirectoryClient, StorageCredentials, ShareClientOptions, Boolean)
GetTrack1FileDirClient(ShareDirectoryClient, StorageCredentials, ShareClientOptions)
GetTrack2FileDirClient(CloudFileDirectory, ShareClientOptions)

Applies to