次の方法で共有


AzureFileShareProtectionPolicy クラス

定義

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
継承
AzureFileShareProtectionPolicy
属性
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' です。

適用対象