RetentionScheduleFormat 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.
Retention schedule format type for monthly retention policy.
public readonly struct RetentionScheduleFormat : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.RetentionScheduleFormat>
type RetentionScheduleFormat = struct
Public Structure RetentionScheduleFormat
Implements IEquatable(Of RetentionScheduleFormat)
- Inheritance
-
RetentionScheduleFormat
- Implements
Constructors
| Name | Description |
|---|---|
| RetentionScheduleFormat(String) |
Initializes a new instance of RetentionScheduleFormat. |
Properties
| Name | Description |
|---|---|
| Daily |
Gets the Daily. |
| Invalid |
Gets the Invalid. |
| Weekly |
Gets the Weekly. |
Methods
| Name | Description |
|---|---|
| Equals(RetentionScheduleFormat) |
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(RetentionScheduleFormat, RetentionScheduleFormat) |
Determines if two RetentionScheduleFormat values are the same. |
| Implicit(String to Nullable<RetentionScheduleFormat>) | |
| Implicit(String to RetentionScheduleFormat) |
Converts a string to a RetentionScheduleFormat. |
| Inequality(RetentionScheduleFormat, RetentionScheduleFormat) |
Determines if two RetentionScheduleFormat values are not the same. |