ArmCommvaultContentStoreModelFactory.ProtectionGroupRule 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.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.