ArmCommvaultContentStoreModelFactory.BackupProtectionGroupResult 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.BackupProtectionGroupResult BackupProtectionGroupResult(int taskId = 0, System.Collections.Generic.IEnumerable<string> jobIds = default);
static member BackupProtectionGroupResult : int * seq<string> -> Azure.ResourceManager.CommvaultContentStore.Models.BackupProtectionGroupResult
Public Shared Function BackupProtectionGroupResult (Optional taskId As Integer = 0, Optional jobIds As IEnumerable(Of String) = Nothing) As BackupProtectionGroupResult
Parameters
- taskId
- Int32
The Commvault response for taskId.
- jobIds
- IEnumerable<String>
The jobIds returned from Commvault.
Returns
A new BackupProtectionGroupResult instance for mocking.