ProtectionContainersOperationsExtensions.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.
Obtient les détails du conteneur spécifique inscrit dans votre coffre Recovery Services.
public static Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainerResource Get (this Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionContainersOperations operations, string vaultName, string resourceGroupName, string fabricName, string containerName);
static member Get : Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionContainersOperations * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainerResource
<Extension()>
Public Function Get (operations As IProtectionContainersOperations, vaultName As String, resourceGroupName As String, fabricName As String, containerName As String) As ProtectionContainerResource
Paramètres
- operations
- IProtectionContainersOperations
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 l’infrastructure à laquelle appartient le conteneur.
- containerName
- String
Nom du conteneur dont les détails doivent être récupérés.
Retours
S’applique à
Azure SDK for .NET