C# 클래스 Microsoft.WindowsAzure.Commands.Storage.File.StorageFileDataManagementCmdletBase

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

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
BeginProcessing ( ) : void
ConfirmOverwrite ( string sourcePath, string destinationPath ) : bool

Confirm the overwrite operation

EndProcessing ( ) : void
GetTransferContext ( System.Management.Automation.ProgressRecord record, long totalTransferLength ) : Microsoft.WindowsAzure.Storage.DataMovement.TransferContext

메소드 상세

BeginProcessing() 보호된 메소드

protected BeginProcessing ( ) : void
리턴 void

ConfirmOverwrite() 보호된 메소드

Confirm the overwrite operation
protected ConfirmOverwrite ( string sourcePath, string destinationPath ) : bool
sourcePath string Indicating the source path.
destinationPath string Indicating the destination path.
리턴 bool

EndProcessing() 보호된 메소드

protected EndProcessing ( ) : void
리턴 void

GetTransferContext() 보호된 메소드

protected GetTransferContext ( System.Management.Automation.ProgressRecord record, long totalTransferLength ) : Microsoft.WindowsAzure.Storage.DataMovement.TransferContext
record System.Management.Automation.ProgressRecord
totalTransferLength long
리턴 Microsoft.WindowsAzure.Storage.DataMovement.TransferContext