次の方法で共有


RestorePoint コンストラクター

定義

オーバーロード

RestorePoint()

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

RestorePoint(String, String, String, IList<ApiEntityReference>, RestorePointSourceMetadata, String, String, Nullable<DateTime>, ApiEntityReference, RestorePointInstanceView)

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

RestorePoint()

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

public RestorePoint();
Public Sub New ()

適用対象

RestorePoint(String, String, String, IList<ApiEntityReference>, RestorePointSourceMetadata, String, String, Nullable<DateTime>, ApiEntityReference, RestorePointInstanceView)

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

public RestorePoint(string id = default, string name = default, string type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ApiEntityReference> excludeDisks = default, Microsoft.Azure.Management.Compute.Models.RestorePointSourceMetadata sourceMetadata = default, string provisioningState = default, string consistencyMode = default, DateTime? timeCreated = default, Microsoft.Azure.Management.Compute.Models.ApiEntityReference sourceRestorePoint = default, Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView instanceView = default);
new Microsoft.Azure.Management.Compute.Models.RestorePoint : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ApiEntityReference> * Microsoft.Azure.Management.Compute.Models.RestorePointSourceMetadata * string * string * Nullable<DateTime> * Microsoft.Azure.Management.Compute.Models.ApiEntityReference * Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView -> Microsoft.Azure.Management.Compute.Models.RestorePoint
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional excludeDisks As IList(Of ApiEntityReference) = Nothing, Optional sourceMetadata As RestorePointSourceMetadata = Nothing, Optional provisioningState As String = Nothing, Optional consistencyMode As String = Nothing, Optional timeCreated As Nullable(Of DateTime) = Nothing, Optional sourceRestorePoint As ApiEntityReference = Nothing, Optional instanceView As RestorePointInstanceView = Nothing)

パラメーター

id
String

リソース ID

name
String

リソース名

type
String

リソースの種類

excludeDisks
IList<ApiEntityReference>

お客様が復元ポイントから除外するディスク リソース ID の一覧。 ディスクが指定されていない場合は、すべてのディスクが含まれます。

sourceMetadata
RestorePointSourceMetadata

復元ポイントの作成時にキャプチャされた VM の詳細を取得します。

provisioningState
String

復元ポイントのプロビジョニング状態を取得します。

consistencyMode
String

RestorePoint の ConsistencyMode。 復元ポイントの作成時に入力で指定できます。 現時点では、CrashConsistent のみが有効な入力として受け入れられます。 詳細については、 を https://aka.ms/RestorePoints 参照してください。 指定できる値は、'CrashConsistent'、'FileSystemConsistent'、'ApplicationConsistent' です。

timeCreated
Nullable<DateTime>

復元ポイントの作成時刻を取得します。

sourceRestorePoint
ApiEntityReference

コピーを作成する必要があるソース復元ポイントのリソース ID。

instanceView
RestorePointInstanceView

復元ポイント インスタンス ビュー。

適用対象