次の方法で共有


RestorePoint クラス

定義

復元ポイントの詳細。

[Microsoft.Rest.Serialization.JsonTransformation]
public class RestorePoint : Microsoft.Azure.Management.Compute.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RestorePoint = class
    inherit ProxyResource
Public Class RestorePoint
Inherits ProxyResource
継承
RestorePoint
属性

コンストラクター

RestorePoint()

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

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

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

プロパティ

ConsistencyMode

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

ExcludeDisks

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

Id

リソース ID を取得します

(継承元 ProxyResource)
InstanceView

復元ポイント インスタンス ビューを取得します。

Name

リソース名を取得します

(継承元 ProxyResource)
ProvisioningState

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

SourceMetadata

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

SourceRestorePoint

コピーの作成元となるソース復元ポイントのリソース ID を取得または設定します。

TimeCreated

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

Type

リソースの種類を取得します

(継承元 ProxyResource)

メソッド

Validate()

オブジェクトを検証します。

適用対象