Share via


StorageResourceContainer Class

Definition

Abstract class for a storage resource container.

public abstract class StorageResourceContainer : Azure.Storage.DataMovement.StorageResource
type StorageResourceContainer = class
    inherit StorageResource
Public MustInherit Class StorageResourceContainer
Inherits StorageResource
Inheritance
StorageResourceContainer

Constructors

StorageResourceContainer()

For mocking.

Properties

Uri

Gets the Uri of the Storage Resource.

(Inherited from StorageResource)

Methods

GetDestinationCheckpointData()

Gets the destination checkpoint data for this resource that will be written to the checkpointer.

(Inherited from StorageResource)
GetSourceCheckpointData()

Gets the source checkpoint data for this resource that will be written to the checkpointer.

(Inherited from StorageResource)

Applies to