AzureFileshareProtectedItemExtendedInfo コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AzureFileshareProtectedItemExtendedInfo() |
AzureFileshareProtectedItemExtendedInfo クラスの新しいインスタンスを初期化します。 |
AzureFileshareProtectedItemExtendedInfo(Nullable<DateTime>, Nullable<Int32>, String, String, Nullable<DateTime>) |
AzureFileshareProtectedItemExtendedInfo クラスの新しいインスタンスを初期化します。 |
AzureFileshareProtectedItemExtendedInfo()
AzureFileshareProtectedItemExtendedInfo クラスの新しいインスタンスを初期化します。
public AzureFileshareProtectedItemExtendedInfo ();
Public Sub New ()
適用対象
AzureFileshareProtectedItemExtendedInfo(Nullable<DateTime>, Nullable<Int32>, String, String, Nullable<DateTime>)
AzureFileshareProtectedItemExtendedInfo クラスの新しいインスタンスを初期化します。
public AzureFileshareProtectedItemExtendedInfo (DateTime? oldestRecoveryPoint = default, int? recoveryPointCount = default, string policyState = default, string resourceState = default, DateTime? resourceStateSyncTime = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureFileshareProtectedItemExtendedInfo : Nullable<DateTime> * Nullable<int> * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureFileshareProtectedItemExtendedInfo
Public Sub New (Optional oldestRecoveryPoint As Nullable(Of DateTime) = Nothing, Optional recoveryPointCount As Nullable(Of Integer) = Nothing, Optional policyState As String = Nothing, Optional resourceState As String = Nothing, Optional resourceStateSyncTime As Nullable(Of DateTime) = Nothing)
パラメーター
- policyState
- String
このバックアップ項目に適用されるポリシー オブジェクトとポリシーの整合性を示します。
- resourceState
- String
このリソースの状態を示します。 指定できる値は、列挙 ResourceState {Invalid、Active、SoftDeleted、Deleted} から取得できます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET