Language

ProtectionGroupRule Constructor

Definition

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.

Applies to