Language

ArmCommvaultContentStoreModelFactory.ProtectionGroupRule Method

Definition

public static Azure.ResourceManager.CommvaultContentStore.Models.ProtectionGroupRule ProtectionGroupRule(Azure.ResourceManager.CommvaultContentStore.Models.ProtectionGroupRuleProperty property = default, Azure.ResourceManager.CommvaultContentStore.Models.CommvaultMatchOperator operator = default, string value = default);
static member ProtectionGroupRule : Azure.ResourceManager.CommvaultContentStore.Models.ProtectionGroupRuleProperty * Azure.ResourceManager.CommvaultContentStore.Models.CommvaultMatchOperator * string -> Azure.ResourceManager.CommvaultContentStore.Models.ProtectionGroupRule
Public Shared Function ProtectionGroupRule (Optional property As ProtectionGroupRuleProperty = Nothing, Optional operator As CommvaultMatchOperator = Nothing, Optional value As String = Nothing) As ProtectionGroupRule

Parameters

property
ProtectionGroupRuleProperty

property of the rule.

operator
CommvaultMatchOperator

property of the rule.

value
String

property of the rule.

Returns

A new ProtectionGroupRule instance for mocking.

Applies to