次の方法で共有


AzureFileShareProtectionPolicy コンストラクター

定義

オーバーロード

AzureFileShareProtectionPolicy()

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

AzureFileShareProtectionPolicy(Nullable<Int32>, IList<String>, String, SchedulePolicy, RetentionPolicy, String)

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

AzureFileShareProtectionPolicy()

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

public AzureFileShareProtectionPolicy();
Public Sub New ()

適用対象

AzureFileShareProtectionPolicy(Nullable<Int32>, IList<String>, String, SchedulePolicy, RetentionPolicy, String)

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

public AzureFileShareProtectionPolicy(int? protectedItemsCount = default, System.Collections.Generic.IList<string> resourceGuardOperationRequests = default, string workLoadType = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.SchedulePolicy schedulePolicy = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RetentionPolicy retentionPolicy = default, string timeZone = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureFileShareProtectionPolicy : Nullable<int> * System.Collections.Generic.IList<string> * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.SchedulePolicy * Microsoft.Azure.Management.RecoveryServices.Backup.Models.RetentionPolicy * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureFileShareProtectionPolicy
Public Sub New (Optional protectedItemsCount As Nullable(Of Integer) = Nothing, Optional resourceGuardOperationRequests As IList(Of String) = Nothing, Optional workLoadType As String = Nothing, Optional schedulePolicy As SchedulePolicy = Nothing, Optional retentionPolicy As RetentionPolicy = Nothing, Optional timeZone As String = Nothing)

パラメーター

protectedItemsCount
Nullable<Int32>

このポリシーに関連付けられているアイテムの数。

resourceGuardOperationRequests
IList<String>

ResourceGuard 操作要求

workLoadType
String

バックアップ管理のワークロードの種類。 使用可能な値には、'Invalid'、'VM'、'FileFolder'、'AzureSqlDb'、'SQLDB'、'Exchange'、'Sharepoint'、'VMwareVM'、'SystemState'、'Client'、'GenericDataSource'、'SQLDataBase'、'AzureFileShare'、'SAPHanaDatabase'、'SAPAseDatabase' などがあります。

schedulePolicy
SchedulePolicy

バックアップ ポリシーの一部として指定されたバックアップ スケジュール。

retentionPolicy
RetentionPolicy

バックアップ コピーの保持範囲の詳細を含む保持ポリシー。

timeZone
String

TimeZone 省略可能な入力を文字列として指定します。 たとえば、TimeZone = "Pacific Standard Time" です。

適用対象