ProtectionGroupRule Constructor
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.
Initializes a new instance of ProtectionGroupRule.
public ProtectionGroupRule(Azure.ResourceManager.CommvaultContentStore.Models.ProtectionGroupRuleProperty property, Azure.ResourceManager.CommvaultContentStore.Models.CommvaultMatchOperator operator, string value);
new Azure.ResourceManager.CommvaultContentStore.Models.ProtectionGroupRule : Azure.ResourceManager.CommvaultContentStore.Models.ProtectionGroupRuleProperty * Azure.ResourceManager.CommvaultContentStore.Models.CommvaultMatchOperator * string -> Azure.ResourceManager.CommvaultContentStore.Models.ProtectionGroupRule
Public Sub New (property As ProtectionGroupRuleProperty, operator As CommvaultMatchOperator, value As String)
Parameters
- property
- ProtectionGroupRuleProperty
property of the rule.
- operator
- CommvaultMatchOperator
property of the rule.
- value
- String
property of the rule.
Exceptions
value is null.