次の方法で共有


AzureFileshareProtectedItemExtendedInfo コンストラクター

定義

オーバーロード

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)

パラメーター

oldestRecoveryPoint
Nullable<DateTime>

サービス内のこの項目で使用できる最も古いバックアップ コピー。

recoveryPointCount
Nullable<Int32>

このバックアップ項目に関連付けられている使用可能なバックアップ コピーの数。

policyState
String

このバックアップ項目に適用されるポリシー オブジェクトとポリシーの整合性を示します。

resourceState
String

このリソースの状態を示します。 指定できる値は、列挙 ResourceState {Invalid、Active、SoftDeleted、Deleted} から取得できます。

resourceStateSyncTime
Nullable<DateTime>

このバックアップ項目のリソース状態の同期時間。

適用対象