ArmCommvaultContentStoreModelFactory.BackupProtectionGroupContent 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.
public static Azure.ResourceManager.CommvaultContentStore.Models.BackupProtectionGroupContent BackupProtectionGroupContent(System.Collections.Generic.IEnumerable<Azure.ResourceManager.CommvaultContentStore.Models.VmListItem> vmList = default, Azure.ResourceManager.CommvaultContentStore.Models.BackupConfig backupOptions = default);
static member BackupProtectionGroupContent : seq<Azure.ResourceManager.CommvaultContentStore.Models.VmListItem> * Azure.ResourceManager.CommvaultContentStore.Models.BackupConfig -> Azure.ResourceManager.CommvaultContentStore.Models.BackupProtectionGroupContent
Public Shared Function BackupProtectionGroupContent (Optional vmList As IEnumerable(Of VmListItem) = Nothing, Optional backupOptions As BackupConfig = Nothing) As BackupProtectionGroupContent
Parameters
- vmList
- IEnumerable<VmListItem>
The vm list details.
- backupOptions
- BackupConfig
The backup options for the VM backup.
Returns
A new BackupProtectionGroupContent instance for mocking.