C# 클래스 Microsoft.WindowsAzure.Commands.Storage.File.Cmdlet.StartAzureStorageFileCopyCommand

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

Private Properties

프로퍼티 타입 설명
ExecuteCmdlet void
GetBlobChannel IStorageBlobManagement
GetDestFile Microsoft.WindowsAzure.Storage.File.CloudFile
GetDestinationChannel IStorageFileManagement
GetSourceContext Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext
StartAsyncCopy System.Threading.Tasks.Task
StartCopyFromBlob void
StartCopyFromFile void
StartCopyFromUri void

공개 메소드들

메소드 설명
StartAzureStorageFileCopyCommand ( ) : Microsoft.WindowsAzure.Commands.Common.Storage

보호된 메소드들

메소드 설명
CreateChannel ( ) : IStorageFileManagement

Create file client and storage service management channel if need to.

비공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void
GetBlobChannel ( ) : IStorageBlobManagement
GetDestFile ( ) : Microsoft.WindowsAzure.Storage.File.CloudFile
GetDestinationChannel ( ) : IStorageFileManagement

Set up the Channel object for destination share and file

GetSourceContext ( ) : AzureStorageContext
StartAsyncCopy ( long taskId, Microsoft.WindowsAzure.Storage.File.CloudFile destFile, Func checkOverwrite, Func startCopy ) : System.Threading.Tasks.Task
StartCopyFromBlob ( ) : void
StartCopyFromFile ( ) : void
StartCopyFromUri ( ) : void

메소드 상세

CreateChannel() 보호된 메소드

Create file client and storage service management channel if need to.
protected CreateChannel ( ) : IStorageFileManagement
리턴 IStorageFileManagement

StartAzureStorageFileCopyCommand() 공개 메소드

public StartAzureStorageFileCopyCommand ( ) : Microsoft.WindowsAzure.Commands.Common.Storage
리턴 Microsoft.WindowsAzure.Commands.Common.Storage