AzureIaaSVMProtectionPolicy クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IaaS VM ワークロード固有のバックアップ ポリシー。
[Newtonsoft.Json.JsonObject("AzureIaasVM")]
public class AzureIaaSVMProtectionPolicy : Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionPolicy
[<Newtonsoft.Json.JsonObject("AzureIaasVM")>]
type AzureIaaSVMProtectionPolicy = class
inherit ProtectionPolicy
Public Class AzureIaaSVMProtectionPolicy
Inherits ProtectionPolicy
- 継承
- 属性
-
Newtonsoft.Json.JsonObjectAttribute
コンストラクター
AzureIaaSVMProtectionPolicy() |
AzureIaaSVMProtectionPolicy クラスの新しいインスタンスを初期化します。 |
AzureIaaSVMProtectionPolicy(Nullable<Int32>, IList<String>, InstantRPAdditionalDetails, SchedulePolicy, RetentionPolicy, IDictionary<String,TieringPolicy>, Nullable<Int32>, String, String) |
AzureIaaSVMProtectionPolicy クラスの新しいインスタンスを初期化します。 |
AzureIaaSVMProtectionPolicy(Nullable<Int32>, IList<String>, InstantRPAdditionalDetails, SchedulePolicy, RetentionPolicy, Nullable<Int32>, String, String) |
AzureIaaSVMProtectionPolicy クラスの新しいインスタンスを初期化します。 |
プロパティ
InstantRPDetails |
IaaS VM ワークロード固有のバックアップ ポリシー。 |
InstantRpRetentionRangeInDays |
インスタント RP アイテム保持ポリシーの範囲を日数単位で取得または設定します |
PolicyType |
次の値を取得または設定します。'Invalid'、'V1'、'V2' |
ProtectedItemsCount |
このポリシーに関連付けられている項目の数を取得または設定します。 (継承元 ProtectionPolicy) |
ResourceGuardOperationRequests |
resourceGuard 操作要求を取得または設定します (継承元 ProtectionPolicy) |
RetentionPolicy |
バックアップ コピーの保持範囲の詳細を含む保持ポリシーを取得または設定します。 |
SchedulePolicy |
バックアップ ポリシーの一部として指定されたバックアップ スケジュールを取得または設定します。 |
TieringPolicy |
RecoveryPointTierType 列挙型で定義されているターゲット層である別の層に RP を自動的に移動する階層化ポリシーを取得または設定します。 階層化ポリシーは、RP をターゲット層に移動する条件を指定します。 |
TimeZone |
timeZone 省略可能な入力を文字列として取得または設定します。 たとえば、TimeZone = "Pacific Standard Time" です。 |
適用対象
Azure SDK for .NET