IAzureBackupJobResource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.AzureBackupJobResourceTypeConverter))]
public interface IAzureBackupJobResource : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.AzureBackupJobResourceTypeConverter))>]
type IAzureBackupJobResource = interface
interface IJsonSerializable
interface IResource
Public Interface IAzureBackupJobResource
Implements IResource
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| ActivityId |
Job Activity Id |
| BackupInstanceFriendlyName |
Name of the Backup Instance |
| BackupInstanceId |
ARM ID of the Backup Instance |
| DataSourceId |
ARM ID of the DataSource |
| DataSourceLocation |
Location of the DataSource |
| DataSourceName |
User Friendly Name of the DataSource |
| DataSourceSetName |
Data Source Set Name of the DataSource |
| DataSourceType |
Type of DataSource |
| DestinationDataStoreName | |
| Duration |
Total run time of the job. ISO 8601 format. |
| EndTime |
EndTime of the job(in UTC) |
| ErrorDetail |
A List, detailing the errors related to the job |
| Etag | |
| ExtendedInfoAdditionalDetail |
Job's Additional Details |
| ExtendedInfoBackupInstanceState |
State of the Backup Instance |
| ExtendedInfoDataTransferredInByte |
Number of bytes transferred |
| ExtendedInfoRecoveryDestination |
Destination where restore is done |
| ExtendedInfoSubTask |
List of Sub Tasks of the job |
| ExtendedInfoWarningDetail |
A List, detailing the warnings related to the job |
| Id |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" (Inherited from IResource) |
| IsUserTriggered |
Indicated that whether the job is adhoc(true) or scheduled(false) |
| Name |
The name of the resource (Inherited from IResource) |
| Operation |
It indicates the type of Job i.e. Backup:full/log/diff ;Restore:ALR/OLR; Tiering:Backup/Archive ; Management:ConfigureProtection/UnConfigure |
| OperationCategory |
It indicates the type of Job i.e. Backup/Restore/Tiering/Management |
| PolicyId |
ARM ID of the policy |
| PolicyName |
Name of the policy |
| ProgressEnabled |
Indicated whether progress is enabled for the job |
| ProgressUrl |
Url which contains job's progress |
| RehydrationPriority |
Priority to be used for rehydration |
| RestoreType |
It indicates the sub type of operation i.e. in case of Restore it can be ALR/OLR |
| SourceDataStoreName | |
| SourceRecoverPointRecoveryPointId | |
| SourceRecoverPointRecoveryPointTime | |
| SourceResourceGroup |
Resource Group Name of the Datasource |
| SourceSubscriptionId |
SubscriptionId corresponding to the DataSource |
| StartTime |
StartTime of the job(in UTC) |
| Status |
Status of the job like InProgress/Completed/Failed/Cancelled/CompletedWithWarnings/Cancelling/Paused |
| SubscriptionId |
Subscription Id of the corresponding backup vault |
| SupportedAction |
List of supported actions |
| SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IResource) |
| SystemDataCreatedBy |
The identity that created the resource. (Inherited from IResource) |
| SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IResource) |
| SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) (Inherited from IResource) |
| SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IResource) |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IResource) |
| TargetRecoverPointRecoveryPointId | |
| TargetRecoverPointRecoveryPointTime | |
| Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from IResource) |
| VaultName |
Name of the vault |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |