Share via


ReplicationVaultHealth interface

Interface representing a ReplicationVaultHealth.

Methods

beginRefresh(string, string, ReplicationVaultHealthRefreshOptionalParams)

Refreshes health summary of the vault.

beginRefreshAndWait(string, string, ReplicationVaultHealthRefreshOptionalParams)

Refreshes health summary of the vault.

get(string, string, ReplicationVaultHealthGetOptionalParams)

Gets the health details of the vault.

Method Details

beginRefresh(string, string, ReplicationVaultHealthRefreshOptionalParams)

Refreshes health summary of the vault.

function beginRefresh(resourceGroupName: string, resourceName: string, options?: ReplicationVaultHealthRefreshOptionalParams): Promise<SimplePollerLike<OperationState<VaultHealthDetails>, VaultHealthDetails>>

Parameters

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

resourceName

string

The name of the recovery services vault.

options
ReplicationVaultHealthRefreshOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<VaultHealthDetails>, VaultHealthDetails>>

beginRefreshAndWait(string, string, ReplicationVaultHealthRefreshOptionalParams)

Refreshes health summary of the vault.

function beginRefreshAndWait(resourceGroupName: string, resourceName: string, options?: ReplicationVaultHealthRefreshOptionalParams): Promise<VaultHealthDetails>

Parameters

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

resourceName

string

The name of the recovery services vault.

options
ReplicationVaultHealthRefreshOptionalParams

The options parameters.

Returns

get(string, string, ReplicationVaultHealthGetOptionalParams)

Gets the health details of the vault.

function get(resourceGroupName: string, resourceName: string, options?: ReplicationVaultHealthGetOptionalParams): Promise<VaultHealthDetails>

Parameters

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

resourceName

string

The name of the recovery services vault.

options
ReplicationVaultHealthGetOptionalParams

The options parameters.

Returns