C# 클래스 Microsoft.WindowsAzure.Commands.Storage.Blob.StorageDataMovementCmdletBase

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

보호된 프로퍼티들

프로퍼티 타입 설명
overwrite bool

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
BeginProcessing ( ) : void

Cmdlet begin processing

ConfirmOverwrite ( string sourcePath, string destinationPath ) : bool

Confirm the overwrite operation

EndProcessing ( ) : void
GetTransferContext ( DataMovementUserData userData ) : Microsoft.WindowsAzure.Storage.DataMovement.TransferContext
OnTaskSuccessful ( DataMovementUserData data ) : void

On Task run successfully

메소드 상세

BeginProcessing() 보호된 메소드

Cmdlet begin processing
protected BeginProcessing ( ) : void
리턴 void

ConfirmOverwrite() 보호된 메소드

Confirm the overwrite operation
protected ConfirmOverwrite ( string sourcePath, string destinationPath ) : bool
sourcePath string
destinationPath string
리턴 bool

EndProcessing() 보호된 메소드

protected EndProcessing ( ) : void
리턴 void

GetTransferContext() 보호된 메소드

protected GetTransferContext ( DataMovementUserData userData ) : Microsoft.WindowsAzure.Storage.DataMovement.TransferContext
userData DataMovementUserData
리턴 Microsoft.WindowsAzure.Storage.DataMovement.TransferContext

OnTaskSuccessful() 보호된 메소드

On Task run successfully
protected OnTaskSuccessful ( DataMovementUserData data ) : void
data DataMovementUserData User data
리턴 void

프로퍼티 상세

overwrite 보호되어 있는 프로퍼티

protected bool overwrite
리턴 bool