次の方法で共有


AzureVmWorkloadProtectedItemExtendedInfo コンストラクター

定義

オーバーロード

AzureVmWorkloadProtectedItemExtendedInfo()

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

AzureVmWorkloadProtectedItemExtendedInfo(Nullable<DateTime>, Nullable<Int32>, String, String)

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

AzureVmWorkloadProtectedItemExtendedInfo(Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, String, String)

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

AzureVmWorkloadProtectedItemExtendedInfo()

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

public AzureVmWorkloadProtectedItemExtendedInfo();
Public Sub New ()

適用対象

AzureVmWorkloadProtectedItemExtendedInfo(Nullable<DateTime>, Nullable<Int32>, String, String)

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

public AzureVmWorkloadProtectedItemExtendedInfo(DateTime? oldestRecoveryPoint, int? recoveryPointCount, string policyState = default, string recoveryModel = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVmWorkloadProtectedItemExtendedInfo : Nullable<DateTime> * Nullable<int> * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVmWorkloadProtectedItemExtendedInfo
Public Sub New (oldestRecoveryPoint As Nullable(Of DateTime), recoveryPointCount As Nullable(Of Integer), Optional policyState As String = Nothing, Optional recoveryModel As String = Nothing)

パラメーター

oldestRecoveryPoint
Nullable<DateTime>

このバックアップ項目で使用できる最も古いバックアップ コピー。

recoveryPointCount
Nullable<Int32>

このバックアップ項目で使用できるバックアップ コピーの数。

policyState
String

このバックアップ項目に適用されるポリシー オブジェクトとポリシーの整合性を示します。

recoveryModel
String

このバックアップ項目に適用されるポリシー オブジェクトとポリシーの整合性を示します。

適用対象

AzureVmWorkloadProtectedItemExtendedInfo(Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, String, String)

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

public AzureVmWorkloadProtectedItemExtendedInfo(DateTime? oldestRecoveryPoint = default, DateTime? oldestRecoveryPointInVault = default, DateTime? oldestRecoveryPointInArchive = default, DateTime? newestRecoveryPointInArchive = default, int? recoveryPointCount = default, string policyState = default, string recoveryModel = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVmWorkloadProtectedItemExtendedInfo : Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<int> * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVmWorkloadProtectedItemExtendedInfo
Public Sub New (Optional oldestRecoveryPoint As Nullable(Of DateTime) = Nothing, Optional oldestRecoveryPointInVault As Nullable(Of DateTime) = Nothing, Optional oldestRecoveryPointInArchive As Nullable(Of DateTime) = Nothing, Optional newestRecoveryPointInArchive As Nullable(Of DateTime) = Nothing, Optional recoveryPointCount As Nullable(Of Integer) = Nothing, Optional policyState As String = Nothing, Optional recoveryModel As String = Nothing)

パラメーター

oldestRecoveryPoint
Nullable<DateTime>

すべての層でこのバックアップ項目で使用できる最も古いバックアップ コピー。

oldestRecoveryPointInVault
Nullable<DateTime>

コンテナー層のこのバックアップ項目で使用できる最も古いバックアップ コピー

oldestRecoveryPointInArchive
Nullable<DateTime>

アーカイブ層のこのバックアップ項目で使用できる最も古いバックアップ コピー

newestRecoveryPointInArchive
Nullable<DateTime>

アーカイブ層のこのバックアップ項目で使用できる最新のバックアップ コピー

recoveryPointCount
Nullable<Int32>

このバックアップ項目で使用できるバックアップ コピーの数。

policyState
String

このバックアップ項目に適用されるポリシー オブジェクトとポリシーの整合性を示します。

recoveryModel
String

このバックアップ項目に適用されるポリシー オブジェクトとポリシーの整合性を示します。

適用対象