C# 클래스 Microsoft.WindowsAzure.Commands.Storage.Model.Contract.StorageFileManagement

File management
상속: IStorageFileManagement
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

AbortCopyAsync() 공개 메소드

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
리턴 Task

CreateDirectoryAsync() 공개 메소드

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
리턴 Task

CreateShareAsync() 공개 메소드

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
리턴 Task

DeleteDirectoryAsync() 공개 메소드

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
리턴 Task

DeleteFileAsync() 공개 메소드

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
리턴 Task

DeleteShareAsync() 공개 메소드

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
리턴 Task

DirectoryExistsAsync() 공개 메소드

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
리턴 Task

EnumerateFilesAndDirectoriesAsync() 공개 메소드

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
리턴 Task

EnumerateSharesAsync() 공개 메소드

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
리턴 Task

FetchDirectoryAttributesAsync() 공개 메소드

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
리턴 Task

FetchFileAttributesAsync() 공개 메소드

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
리턴 Task

FetchShareAttributes() 공개 메소드

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
리턴 void

FetchShareAttributesAsync() 공개 메소드

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
리턴 Task

FileExistsAsync() 공개 메소드

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
리턴 Task

GetSharePermissions() 공개 메소드

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
리턴 Microsoft.WindowsAzure.Storage.File.FileSharePermissions

GetSharePermissionsAsync() 공개 메소드

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
리턴 Task

GetShareReference() 공개 메소드

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

SetSharePermissions() 공개 메소드

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
리턴 void

SetShareProperties() 공개 메소드

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
리턴 void

StorageFileManagement() 공개 메소드

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