共用方式為


AzureFileShareJobDetails Class

Definition

Azure File Share specific job details class.

public class AzureFileShareJobDetails : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.AzureFileShareJob
type AzureFileShareJobDetails = class
    inherit AzureFileShareJob
Public Class AzureFileShareJobDetails
Inherits AzureFileShareJob
Inheritance

Constructors

AzureFileShareJobDetails()

Properties

ActivityId

Activity ID of this job

(Inherited from JobBase)
BackupManagementType

Type of the backup management agent.

(Inherited from ManagementContext)
Duration

Time taken by this job to run

(Inherited from JobBase)
DynamicErrorMessage

Context sensitive error message that might be helpful in debugging the issue. Mostly this contains trace dumps from File Share.

EndTime

Time at which this job was terminated

(Inherited from JobBase)
ErrorDetails

Error details associated with this job.

(Inherited from AzureJob)
IsCancellable

Represents whether this job is cancellable.

(Inherited from AzureJob)
IsRetriable

Represents whether this job is retriable.

(Inherited from AzureJob)
JobId

ID of this job

(Inherited from JobBase)
Operation

Operation represented by this job

(Inherited from JobBase)
Properties

Property bag consisting of the some Azure File Share specific job details.

StartTime

Time at which this job started

(Inherited from JobBase)
Status

Status of this job

(Inherited from JobBase)
StorageAccountName

Storage account name for Azure file share.

(Inherited from AzureFileShareJob)
SubTasks

List of sub tasks triggered as part of this job's operation.

WorkloadName

Name of the workload handled by this job

(Inherited from JobBase)

Methods

Validate()

Method to validate the object properties.

(Inherited from ObjectBase)

Applies to