C# Класс Microsoft.WindowsAzure.Commands.Storage.File.Cmdlet.StartAzureStorageFileCopyCommand

Наследование: StorageFileDataManagementCmdletBase
Показать файл Открыть проект

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