Set-AzRecoveryServicesVaultContext    
	Sets vault context.
Syntax
Default (Default)
Set-AzRecoveryServicesVaultContext
    -Vault <ARSVault>
    [-DefaultProfile <IAzureContextContainer>]
    [<CommonParameters>]
Description
The Set-AzRecoveryServicesVaultContext cmdlet sets the vault context for Azure Site Recovery services.
Warning: This cmdlet is being deprecated in a future breaking change release. There will be no replacement for it. Please use the -VaultId parameter in all Recovery Services commands going forward.
Examples
Example 1
$vault = Get-AzRecoveryServicesVault -ResourceGroupName "resourceGroup" -Name "vaultName"
Set-AzRecoveryServicesVaultContext -Vault $vault
Sets vault context.
Parameters
-DefaultProfile 
		The credentials, account, tenant, and subscription used for communication with azure.
Parameter properties
| Type: | IAzureContextContainer | 
| Default value: | None | 
| Supports wildcards: | False | 
| DontShow: | False | 
| Aliases: | AzContext, AzureRmContext, AzureCredential | 
Parameter sets
(All)
| Position: | Named | 
| Mandatory: | False | 
| Value from pipeline: | False | 
| Value from pipeline by property name: | False | 
| Value from remaining arguments: | False | 
-Vault
Specifies the name of the vault. The vault must be an AzureRmRecoveryServicesVault object.
Parameter properties
| Type: | ARSVault | 
| Default value: | None | 
| Supports wildcards: | False | 
| DontShow: | False | 
Parameter sets
(All)
| Position: | Named | 
| Mandatory: | True | 
| Value from pipeline: | True | 
| Value from pipeline by property name: | False | 
| Value from remaining arguments: | False | 
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.