次の方法で共有


RestorePointsOperationsExtensions.Get メソッド

定義

復元ポイントを取得する操作。

public static Microsoft.Azure.Management.Compute.Models.RestorePoint Get (this Microsoft.Azure.Management.Compute.IRestorePointsOperations operations, string resourceGroupName, string restorePointCollectionName, string restorePointName, string expand = default);
static member Get : Microsoft.Azure.Management.Compute.IRestorePointsOperations * string * string * string * string -> Microsoft.Azure.Management.Compute.Models.RestorePoint
<Extension()>
Public Function Get (operations As IRestorePointsOperations, resourceGroupName As String, restorePointCollectionName As String, restorePointName As String, Optional expand As String = Nothing) As RestorePoint

パラメーター

operations
IRestorePointsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

restorePointCollectionName
String

復元ポイント コレクションの名前。

restorePointName
String

復元ポイントの名前。

expand
String

操作に適用する展開式。 'InstanceView' は、復元ポイントの実行時状態に関する情報を取得します。 使用可能な値は、'instanceView' です。

戻り値

適用対象