ArmRecoveryServicesBackupModelFactory.IaasVmProtectedItem メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IaasVmProtectedItem の新しいインスタンスを初期化します。
public static Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmProtectedItem IaasVmProtectedItem (Azure.ResourceManager.RecoveryServicesBackup.Models.BackupManagementType? backupManagementType = default, Azure.ResourceManager.RecoveryServicesBackup.Models.BackupDataSourceType? workloadType = default, string containerName = default, Azure.Core.ResourceIdentifier sourceResourceId = default, Azure.Core.ResourceIdentifier policyId = default, DateTimeOffset? lastRecoverOn = default, string backupSetName = default, Azure.ResourceManager.RecoveryServicesBackup.Models.BackupCreateMode? createMode = default, DateTimeOffset? deferredDeletedOn = default, bool? isScheduledForDeferredDelete = default, string deferredDeleteTimeRemaining = default, bool? isDeferredDeleteScheduleUpcoming = default, bool? isRehydrate = default, System.Collections.Generic.IEnumerable<string> resourceGuardOperationRequests = default, bool? isArchiveEnabled = default, string policyName = default, int? softDeleteRetentionPeriodInDays = default, string friendlyName = default, Azure.Core.ResourceIdentifier virtualMachineId = default, string protectionStatus = default, Azure.ResourceManager.RecoveryServicesBackup.Models.BackupProtectionState? protectionState = default, Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmProtectedItemHealthStatus? healthStatus = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmHealthDetails> healthDetails = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.RecoveryServicesBackup.Models.KpiResourceHealthDetails> kpisHealths = default, string lastBackupStatus = default, DateTimeOffset? lastBackupOn = default, string protectedItemDataId = default, Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmProtectedItemExtendedInfo extendedInfo = default, Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmBackupExtendedProperties extendedProperties = default);
static member IaasVmProtectedItem : Nullable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupManagementType> * Nullable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupDataSourceType> * string * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Nullable<DateTimeOffset> * string * Nullable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupCreateMode> * Nullable<DateTimeOffset> * Nullable<bool> * string * Nullable<bool> * Nullable<bool> * seq<string> * Nullable<bool> * string * Nullable<int> * string * Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupProtectionState> * Nullable<Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmProtectedItemHealthStatus> * seq<Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmHealthDetails> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.RecoveryServicesBackup.Models.KpiResourceHealthDetails> * string * Nullable<DateTimeOffset> * string * Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmProtectedItemExtendedInfo * Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmBackupExtendedProperties -> Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmProtectedItem
Public Shared Function IaasVmProtectedItem (Optional backupManagementType As Nullable(Of BackupManagementType) = Nothing, Optional workloadType As Nullable(Of BackupDataSourceType) = Nothing, Optional containerName As String = Nothing, Optional sourceResourceId As ResourceIdentifier = Nothing, Optional policyId As ResourceIdentifier = Nothing, Optional lastRecoverOn As Nullable(Of DateTimeOffset) = Nothing, Optional backupSetName As String = Nothing, Optional createMode As Nullable(Of BackupCreateMode) = Nothing, Optional deferredDeletedOn As Nullable(Of DateTimeOffset) = Nothing, Optional isScheduledForDeferredDelete As Nullable(Of Boolean) = Nothing, Optional deferredDeleteTimeRemaining As String = Nothing, Optional isDeferredDeleteScheduleUpcoming As Nullable(Of Boolean) = Nothing, Optional isRehydrate As Nullable(Of Boolean) = Nothing, Optional resourceGuardOperationRequests As IEnumerable(Of String) = Nothing, Optional isArchiveEnabled As Nullable(Of Boolean) = Nothing, Optional policyName As String = Nothing, Optional softDeleteRetentionPeriodInDays As Nullable(Of Integer) = Nothing, Optional friendlyName As String = Nothing, Optional virtualMachineId As ResourceIdentifier = Nothing, Optional protectionStatus As String = Nothing, Optional protectionState As Nullable(Of BackupProtectionState) = Nothing, Optional healthStatus As Nullable(Of IaasVmProtectedItemHealthStatus) = Nothing, Optional healthDetails As IEnumerable(Of IaasVmHealthDetails) = Nothing, Optional kpisHealths As IDictionary(Of String, KpiResourceHealthDetails) = Nothing, Optional lastBackupStatus As String = Nothing, Optional lastBackupOn As Nullable(Of DateTimeOffset) = Nothing, Optional protectedItemDataId As String = Nothing, Optional extendedInfo As IaasVmProtectedItemExtendedInfo = Nothing, Optional extendedProperties As IaasVmBackupExtendedProperties = Nothing) As IaasVmProtectedItem
パラメーター
- backupManagementType
- Nullable<BackupManagementType>
バックアップ項目のバックアップ管理の種類。
- workloadType
- Nullable<BackupDataSourceType>
この項目が表すワークロードの種類。
- containerName
- String
コンテナーの一意の名前。
- sourceResourceId
- ResourceIdentifier
バックアップするリソースの ARM ID。
- policyId
- ResourceIdentifier
この項目がバックアップされるバックアップ ポリシーの ID。
- lastRecoverOn
- Nullable<DateTimeOffset>
このバックアップ項目の最後の (最新の) バックアップ コピーが作成されたときのタイムスタンプ。
- backupSetName
- String
バックアップ項目が属しているバックアップ セットの名前。
- createMode
- Nullable<BackupCreateMode>
既存の論理的に削除されたデータ ソースの回復または新しいデータ ソースの作成を示す作成モード。
- deferredDeletedOn
- Nullable<DateTimeOffset>
UTC での遅延削除の時刻。
- deferredDeleteTimeRemaining
- String
遅延削除としてマークされた DS が完全に削除されるまでの残りの時間。
- resourceGuardOperationRequests
- IEnumerable<String>
LAC チェックが実行される ResourceGuardOperationRequests。
- policyName
- String
保護に使用されるポリシーの名前。
- friendlyName
- String
このバックアップ項目によって表される VM のフレンドリ名。
- virtualMachineId
- ResourceIdentifier
この項目で表される仮想マシンの完全修飾 ARM ID。
- protectionStatus
- String
このバックアップ項目のバックアップの状態。
- protectionState
- Nullable<BackupProtectionState>
このバックアップ項目のバックアップ状態。
- healthStatus
- Nullable<IaasVmProtectedItemHealthStatus>
保護されたアイテムの正常性状態。
- healthDetails
- IEnumerable<IaasVmHealthDetails>
このバックアップ項目の正常性の詳細。
- kpisHealths
- IDictionary<String,KpiResourceHealthDetails>
さまざまな KPI の正常性の詳細。
- lastBackupStatus
- String
最後のバックアップ操作の状態。
- lastBackupOn
- Nullable<DateTimeOffset>
このバックアップ項目に対する最後のバックアップ操作のタイムスタンプ。
- protectedItemDataId
- String
保護されたアイテムのデータ ID。
- extendedInfo
- IaasVmProtectedItemExtendedInfo
このバックアップ項目の追加情報。
- extendedProperties
- IaasVmBackupExtendedProperties
Azure IaasVM Backup の拡張プロパティ。
戻り値
モック作成用の新しい IaasVmProtectedItem インスタンス。