CommvaultRetentionTime 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 retention time for Commvault Plan.
public readonly struct CommvaultRetentionTime : IEquatable<Azure.ResourceManager.CommvaultContentStore.Models.CommvaultRetentionTime>
type CommvaultRetentionTime = struct
Public Structure CommvaultRetentionTime
Implements IEquatable(Of CommvaultRetentionTime)
- Inheritance
-
CommvaultRetentionTime
- Implements
Constructors
| Name | Description |
|---|---|
| CommvaultRetentionTime(String) |
Initializes a new instance of CommvaultRetentionTime. |
Properties
| Name | Description |
|---|---|
| Monthly |
Monthly retention time. |
| Yearly |
Yearly retention time. |
Methods
| Name | Description |
|---|---|
| Equals(CommvaultRetentionTime) |
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(CommvaultRetentionTime, CommvaultRetentionTime) |
Determines if two CommvaultRetentionTime values are the same. |
| Implicit(String to CommvaultRetentionTime) |
Converts a string to a CommvaultRetentionTime. |
| Implicit(String to Nullable<CommvaultRetentionTime>) | |
| Inequality(CommvaultRetentionTime, CommvaultRetentionTime) |
Determines if two CommvaultRetentionTime values are not the same. |