Partager via


ProtectionIntentOperationsExtensions.GetAsync Méthode

Définition

Fournit les détails de l’élément d’intention de protection. 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.ProtectionIntentResource> GetAsync (this Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionIntentOperations operations, string vaultName, string resourceGroupName, string fabricName, string intentObjectName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionIntentOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentResource>
<Extension()>
Public Function GetAsync (operations As IProtectionIntentOperations, vaultName As String, resourceGroupName As String, fabricName As String, intentObjectName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ProtectionIntentResource)

Paramètres

operations
IProtectionIntentOperations

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

intentObjectName
String

Nom de l’élément sauvegardé dont les détails doivent être extraits.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à