Language

ArmCommvaultContentStoreModelFactory.BackupProtectionGroupContent Method

Definition

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.

Applies to