PSRecoveryServicesClient.UpdateRSVault Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method to create or update Recovery Services Vault.
public Microsoft.Azure.Management.RecoveryServices.Models.Vault UpdateRSVault (string resourceGroupName, string vaultName, Microsoft.Azure.Management.RecoveryServices.Models.PatchVault vault, string auxiliaryAccessToken = default, bool isMUAProtected = false);
member this.UpdateRSVault : string * string * Microsoft.Azure.Management.RecoveryServices.Models.PatchVault * string * bool -> Microsoft.Azure.Management.RecoveryServices.Models.Vault
Public Function UpdateRSVault (resourceGroupName As String, vaultName As String, vault As PatchVault, Optional auxiliaryAccessToken As String = Nothing, Optional isMUAProtected As Boolean = false) As Vault
Parameters
- resourceGroupName
- String
Name of the resouce group
- vaultName
- String
Name of the vault
- vault
- PatchVault
patch vault object to patch the recovery services Vault
- auxiliaryAccessToken
- String
cross tenant access token for MUA
- isMUAProtected
- Boolean
whether operation is MUA protected
Returns
Azure Recovery Services Vault.