PSRecoveryServicesClient.CreateVault(String, String, Vault) 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 Azure Recovery Services Vault
public Microsoft.Azure.Management.RecoveryServices.Models.Vault CreateVault (string resouceGroupName, string vaultName, Microsoft.Azure.Management.RecoveryServices.Models.Vault vault);
member this.CreateVault : string * string * Microsoft.Azure.Management.RecoveryServices.Models.Vault -> Microsoft.Azure.Management.RecoveryServices.Models.Vault
Public Function CreateVault (resouceGroupName As String, vaultName As String, vault As Vault) As Vault
Parameters
- resouceGroupName
- String
Name of the resouce group
- vaultName
- String
Name of the vault
- vault
- Vault
Vault creation input object
Returns
Create response object.