BackupAndExportOperations interface
Interface representing a BackupAndExport operations.
Properties
| begin |
|
| begin |
|
| create | Exports the backup of the given server by creating a backup if not existing. |
| validate |
Validates if backup can be performed for given server. |
Property Details
beginCreate
Warning
This API is now deprecated.
use create instead
beginCreate: (resourceGroupName: string, serverName: string, parameters: BackupAndExportRequest, options?: BackupAndExportCreateOptionalParams) => Promise<SimplePollerLike<OperationState<BackupAndExportResponse>, BackupAndExportResponse>>
Property Value
(resourceGroupName: string, serverName: string, parameters: BackupAndExportRequest, options?: BackupAndExportCreateOptionalParams) => Promise<SimplePollerLike<OperationState<BackupAndExportResponse>, BackupAndExportResponse>>
beginCreateAndWait
Warning
This API is now deprecated.
use create instead
beginCreateAndWait: (resourceGroupName: string, serverName: string, parameters: BackupAndExportRequest, options?: BackupAndExportCreateOptionalParams) => Promise<BackupAndExportResponse>
Property Value
(resourceGroupName: string, serverName: string, parameters: BackupAndExportRequest, options?: BackupAndExportCreateOptionalParams) => Promise<BackupAndExportResponse>
create
Exports the backup of the given server by creating a backup if not existing.
create: (resourceGroupName: string, serverName: string, parameters: BackupAndExportRequest, options?: BackupAndExportCreateOptionalParams) => PollerLike<OperationState<BackupAndExportResponse>, BackupAndExportResponse>
Property Value
(resourceGroupName: string, serverName: string, parameters: BackupAndExportRequest, options?: BackupAndExportCreateOptionalParams) => PollerLike<OperationState<BackupAndExportResponse>, BackupAndExportResponse>
validateBackup
Validates if backup can be performed for given server.
validateBackup: (resourceGroupName: string, serverName: string, options?: BackupAndExportValidateBackupOptionalParams) => Promise<ValidateBackupResponse>
Property Value
(resourceGroupName: string, serverName: string, options?: BackupAndExportValidateBackupOptionalParams) => Promise<ValidateBackupResponse>