Share via


StorageManager.GetBackupConfigurationRequest Method (Guid, Boolean, String)

 

Returns an BackupConfigurationRequest object that sets the hard disk drive to be available for Server Backup on the Dashboard.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public BackupConfigurationRequest GetBackupConfigurationRequest(
    Guid diskGuid,
    bool backupDisk,
    string diskName
)
public:
BackupConfigurationRequest^ GetBackupConfigurationRequest(
    Guid diskGuid,
    bool backupDisk,
    String^ diskName
)
Public Function GetBackupConfigurationRequest (
    diskGuid As Guid,
    backupDisk As Boolean,
    diskName As String
) As BackupConfigurationRequest

Parameters

  • diskGuid
    Type: System.Guid

    The Virtual Disk Service (VDS) identifier of the hard disk drive. The identifier can be obtained from DiskGuid.

  • backupDisk
    Type: System.Boolean

    true to set the hard disk drive for Server Backup; otherwise, false. Setting this value to true displays the name of the hard disk drive in the Dashboard.

  • diskName
    Type: System.String

    The name that is displayed for the hard disk drive in the Dashboard.

Return Value

Type: Microsoft.WindowsServerSolutions.Storage.BackupConfigurationRequest

An instance of BackupConfigurationRequest.

See Also

StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top