BackupScheduleLogonInfoContract Class |
Namespace: SOS.SDK.Contracts.DataContracts.Jobs.Backup.Scheduling
public class BackupScheduleLogonInfoContract
The BackupScheduleLogonInfoContract type exposes the following members.
Name | Description | |
---|---|---|
BackupScheduleLogonInfoContract | Initializes a new instance of the BackupScheduleLogonInfoContract class |
Name | Description | |
---|---|---|
BackupAs |
Windows credentials, using for starting scheduled operation.
| |
PrincipalName |
Name of Windows User. This user should be logged in.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Contains two parameters for starting task
- Windows Credentials (when you need to start a task with predefined windows user account.
- PrincipalName - if you need to start a task with current windows user account using existed session.
On of this parameters is required. If both parameters is empty or both parameters is not empty - cause to InvalidDataContractException.