Language

ArmCommvaultContentStoreModelFactory.ProtectionGroupResources Method

Definition

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.

Applies to