AzureFileShareProtectionPolicy クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AzureStorage バックアップ ポリシー。
[Newtonsoft.Json.JsonObject("AzureStorage")]
public class AzureFileShareProtectionPolicy : Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionPolicy
[<Newtonsoft.Json.JsonObject("AzureStorage")>]
type AzureFileShareProtectionPolicy = class
inherit ProtectionPolicy
Public Class AzureFileShareProtectionPolicy
Inherits ProtectionPolicy
- 継承
- 属性
-
Newtonsoft.Json.JsonObjectAttribute
コンストラクター
AzureFileShareProtectionPolicy() |
AzureFileShareProtectionPolicy クラスの新しいインスタンスを初期化します。 |
AzureFileShareProtectionPolicy(Nullable<Int32>, IList<String>, String, SchedulePolicy, RetentionPolicy, String) |
AzureFileShareProtectionPolicy クラスの新しいインスタンスを初期化します。 |
プロパティ
ProtectedItemsCount |
このポリシーに関連付けられている項目の数を取得または設定します。 (継承元 ProtectionPolicy) |
ResourceGuardOperationRequests |
resourceGuard 操作要求を取得または設定します (継承元 ProtectionPolicy) |
RetentionPolicy |
バックアップ コピーの保持範囲の詳細を含むアイテム保持ポリシーを取得または設定します。 |
SchedulePolicy |
バックアップ ポリシーの一部として指定されたバックアップ スケジュールを取得または設定します。 |
TimeZone |
timeZone 省略可能な入力を文字列として取得または設定します。 たとえば、TimeZone = "Pacific Standard Time" です。 |
WorkLoadType |
バックアップ管理のワークロードの種類を取得または設定します。 指定できる値は、'Invalid'、'VM'、'FileFolder'、'AzureSqlDb'、'SQLDB'、'Exchange'、'Sharepoint'、'VMwareVM'、'SystemState'、'Client'、'GenericDataSource'、'SQLDataBase'、'AzureFileShare'、'SAPHanaDatabase'、'SAPAseDatabase' です。 |
適用対象
Azure SDK for .NET