次の方法で共有


AzureStorageJob クラス

定義

Azure ストレージ固有のジョブ。

public class AzureStorageJob : Microsoft.Azure.Management.RecoveryServices.Backup.Models.Job
type AzureStorageJob = class
    inherit Job
Public Class AzureStorageJob
Inherits Job
継承
AzureStorageJob

コンストラクター

AzureStorageJob()

AzureStorageJob クラスの新しいインスタンスを初期化します。

AzureStorageJob(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<TimeSpan>, IList<Nullable<JobSupportedAction>>, IList<AzureStorageErrorInfo>, String, String, AzureStorageJobExtendedInfo, Nullable<Boolean>)

AzureStorageJob クラスの新しいインスタンスを初期化します。

プロパティ

ActionsInfo

取り消し/再試行など、このジョブに適用できる状態/アクションを取得または設定します。

ActivityId

ジョブの activityId を取得または設定します。

(継承元 Job)
BackupManagementType

現在のジョブを実行するバックアップ管理の種類を取得または設定します。 指定できる値は、'Invalid'、'AzureIaasVM'、'MAB'、'DPM'、'AzureBackupServer'、'AzureSql'、'AzureStorage'、'AzureWorkload'、'DefaultBackup' です。

(継承元 Job)
Duration

このジョブの実行中に経過した時間を取得または設定します。

EndTime

終了時刻を取得または設定します。

(継承元 Job)
EntityFriendlyName

現在のジョブが実行されているエンティティのフレンドリ名を取得または設定します。

(継承元 Job)
ErrorDetails

このジョブの実行に関するエラーの詳細を取得または設定します。

ExtendedInfo

ジョブに関する追加情報を取得または設定します。

IsUserTriggered

ジョブが adhoc(true) か scheduled(false) かを示す値を取得または設定します。

Operation

操作名を取得または設定します。

(継承元 Job)
StartTime

開始時刻を取得または設定します。

(継承元 Job)
Status

ジョブの状態を取得または設定します。

(継承元 Job)
StorageAccountName

ストレージ アカウントのフレンドリ名を取得または設定します。

StorageAccountVersion

ストレージ アカウントがクラシック アカウントか Azure Resource Manager ストレージ アカウントかを取得または設定します。

適用対象