C# Class Microsoft.WindowsAzure.Commands.Storage.Model.Contract.StorageFileManagement

File management
Inheritance: IStorageFileManagement
ファイルを表示 Open project: Azure/azure-powershell

Private Properties

Property Type Description

Public Methods

Method Description
AbortCopyAsync ( Microsoft.WindowsAzure.Storage.File.CloudFile file, string copyId, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
CreateDirectoryAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
CreateShareAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
DeleteDirectoryAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
DeleteFileAsync ( Microsoft.WindowsAzure.Storage.File.CloudFile file, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
DeleteShareAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
DirectoryExistsAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
EnumerateFilesAndDirectoriesAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, Action enumerationAction, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken token ) : Task
EnumerateSharesAsync ( string prefix, ShareListingDetails detailsIncluded, Action enumerationAction, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken token ) : Task
FetchDirectoryAttributesAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken token ) : Task
FetchFileAttributesAsync ( Microsoft.WindowsAzure.Storage.File.CloudFile file, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken token ) : Task
FetchShareAttributes ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : void
FetchShareAttributesAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken token ) : Task
FileExistsAsync ( Microsoft.WindowsAzure.Storage.File.CloudFile file, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
GetSharePermissions ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition = null, FileRequestOptions options = null, Microsoft.WindowsAzure.Storage.OperationContext operationContext = null ) : Microsoft.WindowsAzure.Storage.File.FileSharePermissions
GetSharePermissionsAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
GetShareReference ( string shareName ) : Microsoft.WindowsAzure.Storage.File.CloudFileShare
SetSharePermissions ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.File.FileSharePermissions permissions, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition = null, FileRequestOptions options = null, Microsoft.WindowsAzure.Storage.OperationContext operationContext = null ) : void
SetShareProperties ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : void
StorageFileManagement ( AzureStorageContext context ) : Microsoft.WindowsAzure.Commands.Common.Storage

Method Details

AbortCopyAsync() public method

public AbortCopyAsync ( Microsoft.WindowsAzure.Storage.File.CloudFile file, string copyId, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
file Microsoft.WindowsAzure.Storage.File.CloudFile
copyId string
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
requestOptions FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
cancellationToken System.Threading.CancellationToken
return Task

CreateDirectoryAsync() public method

public CreateDirectoryAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
directory Microsoft.WindowsAzure.Storage.File.CloudFileDirectory
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
cancellationToken System.Threading.CancellationToken
return Task

CreateShareAsync() public method

public CreateShareAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
share Microsoft.WindowsAzure.Storage.File.CloudFileShare
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
cancellationToken System.Threading.CancellationToken
return Task

DeleteDirectoryAsync() public method

public DeleteDirectoryAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
directory Microsoft.WindowsAzure.Storage.File.CloudFileDirectory
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
cancellationToken System.Threading.CancellationToken
return Task

DeleteFileAsync() public method

public DeleteFileAsync ( Microsoft.WindowsAzure.Storage.File.CloudFile file, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
file Microsoft.WindowsAzure.Storage.File.CloudFile
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
cancellationToken System.Threading.CancellationToken
return Task

DeleteShareAsync() public method

public DeleteShareAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
share Microsoft.WindowsAzure.Storage.File.CloudFileShare
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
cancellationToken System.Threading.CancellationToken
return Task

DirectoryExistsAsync() public method

public DirectoryExistsAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
directory Microsoft.WindowsAzure.Storage.File.CloudFileDirectory
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
cancellationToken System.Threading.CancellationToken
return Task

EnumerateFilesAndDirectoriesAsync() public method

public EnumerateFilesAndDirectoriesAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, Action enumerationAction, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken token ) : Task
directory Microsoft.WindowsAzure.Storage.File.CloudFileDirectory
enumerationAction Action
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
token System.Threading.CancellationToken
return Task

EnumerateSharesAsync() public method

public EnumerateSharesAsync ( string prefix, ShareListingDetails detailsIncluded, Action enumerationAction, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken token ) : Task
prefix string
detailsIncluded ShareListingDetails
enumerationAction Action
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
token System.Threading.CancellationToken
return Task

FetchDirectoryAttributesAsync() public method

public FetchDirectoryAttributesAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken token ) : Task
directory Microsoft.WindowsAzure.Storage.File.CloudFileDirectory
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
token System.Threading.CancellationToken
return Task

FetchFileAttributesAsync() public method

public FetchFileAttributesAsync ( Microsoft.WindowsAzure.Storage.File.CloudFile file, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken token ) : Task
file Microsoft.WindowsAzure.Storage.File.CloudFile
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
token System.Threading.CancellationToken
return Task

FetchShareAttributes() public method

public FetchShareAttributes ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : void
share Microsoft.WindowsAzure.Storage.File.CloudFileShare
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
return void

FetchShareAttributesAsync() public method

public FetchShareAttributesAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken token ) : Task
share Microsoft.WindowsAzure.Storage.File.CloudFileShare
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
token System.Threading.CancellationToken
return Task

FileExistsAsync() public method

public FileExistsAsync ( Microsoft.WindowsAzure.Storage.File.CloudFile file, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
file Microsoft.WindowsAzure.Storage.File.CloudFile
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
cancellationToken System.Threading.CancellationToken
return Task

GetSharePermissions() public method

public GetSharePermissions ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition = null, FileRequestOptions options = null, Microsoft.WindowsAzure.Storage.OperationContext operationContext = null ) : Microsoft.WindowsAzure.Storage.File.FileSharePermissions
share Microsoft.WindowsAzure.Storage.File.CloudFileShare
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
return Microsoft.WindowsAzure.Storage.File.FileSharePermissions

GetSharePermissionsAsync() public method

public GetSharePermissionsAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
share Microsoft.WindowsAzure.Storage.File.CloudFileShare
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
cancellationToken System.Threading.CancellationToken
return Task

GetShareReference() public method

public GetShareReference ( string shareName ) : Microsoft.WindowsAzure.Storage.File.CloudFileShare
shareName string
return Microsoft.WindowsAzure.Storage.File.CloudFileShare

SetSharePermissions() public method

public SetSharePermissions ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.File.FileSharePermissions permissions, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition = null, FileRequestOptions options = null, Microsoft.WindowsAzure.Storage.OperationContext operationContext = null ) : void
share Microsoft.WindowsAzure.Storage.File.CloudFileShare
permissions Microsoft.WindowsAzure.Storage.File.FileSharePermissions
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
return void

SetShareProperties() public method

public SetShareProperties ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : void
share Microsoft.WindowsAzure.Storage.File.CloudFileShare
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
return void

StorageFileManagement() public method

public StorageFileManagement ( AzureStorageContext context ) : Microsoft.WindowsAzure.Commands.Common.Storage
context Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext
return Microsoft.WindowsAzure.Commands.Common.Storage