Partager via


ProtectionContainerOperationResults interface

Interface représentant un ProtectionContainerOperationResults.

Méthodes

get(string, string, string, string, string, ProtectionContainerOperationResultsGetOptionalParams)

Extrait le résultat de toute opération sur le conteneur.

Détails de la méthode

get(string, string, string, string, string, ProtectionContainerOperationResultsGetOptionalParams)

Extrait le résultat de toute opération sur le conteneur.

function get(vaultName: string, resourceGroupName: string, fabricName: string, containerName: string, operationId: string, options?: ProtectionContainerOperationResultsGetOptionalParams): Promise<ProtectionContainerResource>

Paramètres

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

containerName

string

Nom du conteneur dont les informations doivent être extraites.

operationId

string

ID d’opération qui représente l’opération dont le résultat doit être extrait.

options
ProtectionContainerOperationResultsGetOptionalParams

Paramètres d’options.

Retours