ReplicationVaultHealth interface
Interface representing a ReplicationVaultHealth.
Methods
begin |
Refreshes health summary of the vault. |
begin |
Refreshes health summary of the vault. |
get(string, string, Replication |
Gets the health details of the vault. |
Method Details
beginRefresh(string, string, ReplicationVaultHealthRefreshOptionalParams)
Refreshes health summary of the vault.
function beginRefresh(resourceName: string, resourceGroupName: string, options?: ReplicationVaultHealthRefreshOptionalParams): Promise<SimplePollerLike<OperationState<VaultHealthDetails>, VaultHealthDetails>>
Parameters
- resourceName
-
string
The name of the recovery services vault.
- resourceGroupName
-
string
The name of the resource group where the recovery services vault is present.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<VaultHealthDetails>, VaultHealthDetails>>
beginRefreshAndWait(string, string, ReplicationVaultHealthRefreshOptionalParams)
Refreshes health summary of the vault.
function beginRefreshAndWait(resourceName: string, resourceGroupName: string, options?: ReplicationVaultHealthRefreshOptionalParams): Promise<VaultHealthDetails>
Parameters
- resourceName
-
string
The name of the recovery services vault.
- resourceGroupName
-
string
The name of the resource group where the recovery services vault is present.
The options parameters.
Returns
Promise<VaultHealthDetails>
get(string, string, ReplicationVaultHealthGetOptionalParams)
Gets the health details of the vault.
function get(resourceName: string, resourceGroupName: string, options?: ReplicationVaultHealthGetOptionalParams): Promise<VaultHealthDetails>
Parameters
- resourceName
-
string
The name of the recovery services vault.
- resourceGroupName
-
string
The name of the resource group where the recovery services vault is present.
The options parameters.
Returns
Promise<VaultHealthDetails>