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(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.
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.
The options parameters.
Returns
Promise<VaultHealthDetails>
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.
The options parameters.
Returns
Promise<VaultHealthDetails>