Language

ArmCommvaultContentStoreModelFactory.ProtectionGroupResourcesMatchRules Method

Definition

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.

Applies to