Set-AzRecoveryServicesVaultContext
Sets vault context.
Syntax
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.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Vault
Specifies the name of the vault. The vault must be an AzureRmRecoveryServicesVault object.
Type: | ARSVault |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
Outputs
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure PowerShell