AzureStorageFileShare Class

Definition

Azure storage file object

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

Constructors

AzureStorageFileShare(CloudFileShare, AzureStorageContext)

Azure storage file constructor

AzureStorageFileShare(ShareClient, AzureStorageContext, ShareItem, ShareClientOptions)

Azure storage file share constructor from Track2 list share output

AzureStorageFileShare(ShareClient, AzureStorageContext, ShareProperties, ShareClientOptions)

Azure storage file share constructor from Track2 get file properties output

AzureStorageFileShare(ShareServiceClient, String, AzureStorageContext, ShareItem, ShareClientOptions)

Azure storage file share constructor from Track2 list share output, with deleted share

Properties

CloudFileShare

CloudBlob object

Context (Inherited from AzureStorageBase)
IsDeleted

Gets a value indicating whether this share is deleted.

IsSnapshot

Gets a value indicating whether this share is a snapshot.

LastModified

file share last modified time

ListShareProperties

XSCL Track2 File share List properties

Name (Inherited from AzureStorageBase)
Quota

File share Quota

ShareClient

XSCL Track2 File Share Client, used to run file APIs

ShareProperties

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

SnapshotTime

The Snapshot time of the share

VersionId

Delete Share version ID

Methods

GetTrack1FileShareClient(ShareClient, StorageCredentials)
GetTrack2FileShareClient(CloudFileShare, AzureStorageContext, ShareClientOptions)
UndeleteShare()

Applies to