ArmCommvaultContentStoreModelFactory.ProtectionGroupResources 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.ProtectionGroupResources ProtectionGroupResources(System.Collections.Generic.IEnumerable<string> manual = default, Azure.ResourceManager.CommvaultContentStore.Models.ProtectionGroupResourcesMatchRules matchRules = default);
static member ProtectionGroupResources : seq<string> * Azure.ResourceManager.CommvaultContentStore.Models.ProtectionGroupResourcesMatchRules -> Azure.ResourceManager.CommvaultContentStore.Models.ProtectionGroupResources
Public Shared Function ProtectionGroupResources (Optional manual As IEnumerable(Of String) = Nothing, Optional matchRules As ProtectionGroupResourcesMatchRules = Nothing) As ProtectionGroupResources
Parameters
- manual
- IEnumerable<String>
The items to be protected under Protection Group.
- matchRules
- ProtectionGroupResourcesMatchRules
Rules to match resources.
Returns
A new ProtectionGroupResources instance for mocking.