Language

ProtectionGroupRuleProperty Struct

Definition

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.

Applies to