共用方式為


IBackupProtectedItemsCrrOperations Interface

Definition

BackupProtectedItemsCrrOperations operations.

public interface IBackupProtectedItemsCrrOperations
type IBackupProtectedItemsCrrOperations = interface
Public Interface IBackupProtectedItemsCrrOperations

Methods

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Provides a pageable list of all items that are backed up within a vault.

ListWithHttpMessagesAsync(String, String, ODataQuery<ProtectedItemQueryObject>, String, Dictionary<String,List<String>>, CancellationToken)

Provides a pageable list of all items that are backed up within a vault.

Extension Methods

List(IBackupProtectedItemsCrrOperations, String, String, ODataQuery<ProtectedItemQueryObject>, String)

Provides a pageable list of all items that are backed up within a vault.

ListAsync(IBackupProtectedItemsCrrOperations, String, String, ODataQuery<ProtectedItemQueryObject>, String, CancellationToken)

Provides a pageable list of all items that are backed up within a vault.

ListNext(IBackupProtectedItemsCrrOperations, String)

Provides a pageable list of all items that are backed up within a vault.

ListNextAsync(IBackupProtectedItemsCrrOperations, String, CancellationToken)

Provides a pageable list of all items that are backed up within a vault.

Applies to