ProtectedItemsOperationsExtensions.Get メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
バックアップされた項目の詳細を提供します。 これは非同期操作です。 操作の状態を確認するには、GetItemOperationResult API を呼び出します。
public static Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource Get (this Microsoft.Azure.Management.RecoveryServices.Backup.IProtectedItemsOperations operations, string vaultName, string resourceGroupName, string fabricName, string containerName, string protectedItemName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.GetProtectedItemQueryObject> odataQuery = default);
static member Get : Microsoft.Azure.Management.RecoveryServices.Backup.IProtectedItemsOperations * string * string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.GetProtectedItemQueryObject> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource
<Extension()>
Public Function Get (operations As IProtectedItemsOperations, vaultName As String, resourceGroupName As String, fabricName As String, containerName As String, protectedItemName As String, Optional odataQuery As ODataQuery(Of GetProtectedItemQueryObject) = Nothing) As ProtectedItemResource
パラメーター
- operations
- IProtectedItemsOperations
この拡張メソッドの操作グループ。
- vaultName
- String
Recovery Services コンテナーの名前。
- resourceGroupName
- String
Recovery Services コンテナーが存在するリソース グループの名前。
- fabricName
- String
バックアップされた項目に関連付けられているファブリック名。
- containerName
- String
バックアップされた項目に関連付けられているコンテナー名。
- protectedItemName
- String
詳細をフェッチするアイテム名をバックアップします。
- odataQuery
- ODataQuery<GetProtectedItemQueryObject>
操作に適用する OData パラメーター。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET