BackupVaultOperationResults interface

Interface representing a BackupVaultOperationResults.

Methods

get(string, string, string, BackupVaultOperationResultsGetOptionalParams)

Method Details

get(string, string, string, BackupVaultOperationResultsGetOptionalParams)

function get(resourceGroupName: string, vaultName: string, operationId: string, options?: BackupVaultOperationResultsGetOptionalParams): Promise<BackupVaultResource>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

vaultName

string

The name of the backup vault.

operationId

string

options
BackupVaultOperationResultsGetOptionalParams

The options parameters.

Returns