Class BackupStorageLocationService

Class BackupStorageLocationService#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Services.BackupStorageLocationService : xbe.sdk.ServiceBase#

Public Functions

BackupStorageLocationService ()#
Task<List<BackupStorageLocation>> FindAll (Dictionary<string, string> query = null)#

Returns all BackupStorageLocations from the system that the user has access to.

Task<BackupStorageLocation> Create (BackupStorageLocation obj)#

Create a new BackupStorageLocation.

Task<BackupStorageLocation> FindById (string id)#

Returns a single BackupStorageLocation from the system that the user has access to.

Task<BackupStorageLocation> Update (string id, BackupStorageLocation obj)#

Updates a single BackupStorageLocation.