ProtectionIntentOperationsExtensions.Get Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit les détails de l’élément d’intention de protection. 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.ProtectionIntentResource Get (this Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionIntentOperations operations, string vaultName, string resourceGroupName, string fabricName, string intentObjectName);
static member Get : Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionIntentOperations * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentResource
<Extension()>
Public Function Get (operations As IProtectionIntentOperations, vaultName As String, resourceGroupName As String, fabricName As String, intentObjectName As String) As 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 où se trouve le coffre Recovery Services.
- 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 récupérés.
Retours
S’applique à
Azure SDK for .NET