Partager via


ProtectedItemsOperationsExtensions.Get Méthode

Définition

Fournit les détails de l’élément sauvegardé. S'agissant d'une opération asynchrone, Pour connaître la status de l’opération, appelez l’API GetItemOperationResult.

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

Paramètres

operations
IProtectedItemsOperations

Groupe d’opérations pour cette méthode d’extension.

vaultName
String

Nom du coffre Recovery Services.

resourceGroupName
String

Nom du groupe de ressources où se trouve le coffre Recovery Services.

fabricName
String

Nom de la structure associé à l’élément sauvegardé.

containerName
String

Nom du conteneur associé à l’élément sauvegardé.

protectedItemName
String

Nom de l’élément sauvegardé dont les détails doivent être récupérés.

odataQuery
ODataQuery<GetProtectedItemQueryObject>

Paramètres OData à appliquer à l’opération.

Retours

S’applique à