ProtectionGroupRuleProperty Struct
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.
The Rule property.
public readonly struct ProtectionGroupRuleProperty : IEquatable<Azure.ResourceManager.CommvaultContentStore.Models.ProtectionGroupRuleProperty>
type ProtectionGroupRuleProperty = struct
Public Structure ProtectionGroupRuleProperty
Implements IEquatable(Of ProtectionGroupRuleProperty)
- Inheritance
-
ProtectionGroupRuleProperty
- Implements
Constructors
| Name | Description |
|---|---|
| ProtectionGroupRuleProperty(String) |
Initializes a new instance of ProtectionGroupRuleProperty. |
Properties
| Name | Description |
|---|---|
| Name |
The name of the rule. |
| Region |
The region of the rule. |
| ResourceGroup |
The resource group of the rule. |
| Status |
The status of the rule. |
| TagName |
The tag name of the rule. |
| TagValue |
The tag value of the rule. |
Methods
| Name | Description |
|---|---|
| Equals(ProtectionGroupRuleProperty) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ProtectionGroupRuleProperty, ProtectionGroupRuleProperty) |
Determines if two ProtectionGroupRuleProperty values are the same. |
| Implicit(String to Nullable<ProtectionGroupRuleProperty>) | |
| Implicit(String to ProtectionGroupRuleProperty) |
Converts a string to a ProtectionGroupRuleProperty. |
| Inequality(ProtectionGroupRuleProperty, ProtectionGroupRuleProperty) |
Determines if two ProtectionGroupRuleProperty values are not the same. |