AzureVmWorkloadProtectedItemExtendedInfo コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- 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)
パラメーター
- policyState
- String
このバックアップ項目に適用されるポリシー オブジェクトとポリシーの整合性を示します。
- recoveryModel
- String
このバックアップ項目に適用されるポリシー オブジェクトとポリシーの整合性を示します。
適用対象
Azure SDK for .NET