ArmCommvaultContentStoreModelFactory.ProtectionGroupResourcesMatchRules 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.ProtectionGroupResourcesMatchRules ProtectionGroupResourcesMatchRules(System.Collections.Generic.IEnumerable<Azure.ResourceManager.CommvaultContentStore.Models.ProtectionGroupRule> rules = default, Azure.ResourceManager.CommvaultContentStore.Models.ProtectionGroupMatchType matchType = default);
static member ProtectionGroupResourcesMatchRules : seq<Azure.ResourceManager.CommvaultContentStore.Models.ProtectionGroupRule> * Azure.ResourceManager.CommvaultContentStore.Models.ProtectionGroupMatchType -> Azure.ResourceManager.CommvaultContentStore.Models.ProtectionGroupResourcesMatchRules
Public Shared Function ProtectionGroupResourcesMatchRules (Optional rules As IEnumerable(Of ProtectionGroupRule) = Nothing, Optional matchType As ProtectionGroupMatchType = Nothing) As ProtectionGroupResourcesMatchRules
Parameters
- rules
- IEnumerable<ProtectionGroupRule>
rules to match.
- matchType
- ProtectionGroupMatchType
match Type all or any.
Returns
A new ProtectionGroupResourcesMatchRules instance for mocking.