C# Class Microsoft.WindowsAzure.Commands.Storage.Blob.StorageDataMovementCmdletBase

Inheritance: StorageCloudBlobCmdletBase, IDisposable
Afficher le fichier Open project: Azure/azure-powershell

Protected Properties

Свойство Type Description
overwrite bool

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
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

Method Details

BeginProcessing() protected méthode

Cmdlet begin processing
protected BeginProcessing ( ) : void
Résultat void

ConfirmOverwrite() protected méthode

Confirm the overwrite operation
protected ConfirmOverwrite ( string sourcePath, string destinationPath ) : bool
sourcePath string
destinationPath string
Résultat bool

EndProcessing() protected méthode

protected EndProcessing ( ) : void
Résultat void

GetTransferContext() protected méthode

protected GetTransferContext ( DataMovementUserData userData ) : Microsoft.WindowsAzure.Storage.DataMovement.TransferContext
userData DataMovementUserData
Résultat Microsoft.WindowsAzure.Storage.DataMovement.TransferContext

OnTaskSuccessful() protected méthode

On Task run successfully
protected OnTaskSuccessful ( DataMovementUserData data ) : void
data DataMovementUserData User data
Résultat void

Property Details

overwrite protected_oe property

protected bool overwrite
Résultat bool