Partager via


ProtectedItemsOperationsExtensions.GetAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource> GetAsync (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, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IProtectedItemsOperations * string * string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.GetProtectedItemQueryObject> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource>
<Extension()>
Public Function GetAsync (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, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 dans lequel le coffre Recovery Services est présent.

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 extraits.

odataQuery
ODataQuery<GetProtectedItemQueryObject>

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à