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